Bug 907689 - use example.org as the blocklist URL. r=mixedpuppy

This commit is contained in:
Mark Hammond 2014-01-06 14:19:09 +11:00
parent e94658b269
commit 960d7f5b31

View File

@ -7,7 +7,7 @@
let SocialService = Cu.import("resource://gre/modules/SocialService.jsm", {}).SocialService;
const URI_EXTENSION_BLOCKLIST_DIALOG = "chrome://mozapps/content/extensions/blocklist.xul";
let blocklistURL = "http://test:80/browser/browser/base/content/test/social/blocklist.xml";
let blocklistURL = "http://example.org/browser/browser/base/content/test/social/blocklist.xml";
let manifest = { // normal provider
name: "provider ok",