summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/preferences/firefox.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/test/preferences/firefox.json')
-rw-r--r--addon-sdk/source/test/preferences/firefox.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/addon-sdk/source/test/preferences/firefox.json b/addon-sdk/source/test/preferences/firefox.json
deleted file mode 100644
index 5b8145cec..000000000
--- a/addon-sdk/source/test/preferences/firefox.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "browser.startup.homepage": "about:blank",
- "startup.homepage_welcome_url": "about:blank",
- "devtools.browsertoolbox.panel": "jsdebugger",
- "devtools.chrome.enabled": true,
- "urlclassifier.updateinterval": 172800,
- "browser.safebrowsing.provider.google.gethashURL": "http://localhost/safebrowsing-dummy/gethash",
- "browser.safebrowsing.provider.google.updateURL": "http://localhost/safebrowsing-dummy/update",
- "browser.safebrowsing.provider.mozilla.gethashURL": "http://localhost/safebrowsing-dummy/gethash",
- "browser.safebrowsing.provider.mozilla.updateURL": "http://localhost/safebrowsing-dummy/update"
-}