From a26c8933399918d3920c2405f5909a12fabb3e4c Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 12 Apr 2015 18:55:16 -0400 Subject: [PATCH] this fixes #43 --- platform/firefox/frameModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 94d1c69..441e317 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -49,7 +49,7 @@ const getMessageManager = function(win) { const contentObserver = { classDescription: 'content-policy for ' + hostName, - classID: Components.ID('{e6d173c8-8dbf-4189-a6fd-189e8acffd27}'), + classID: Components.ID('{8B124E22-E166-11E4-9386-97221D5D46B0}'), contractID: '@' + hostName + '/content-policy;1', ACCEPT: Ci.nsIContentPolicy.ACCEPT, MAIN_FRAME: Ci.nsIContentPolicy.TYPE_DOCUMENT,