1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 08:15:03 +12:00

code review

This commit is contained in:
gorhill 2015-04-12 19:15:58 -04:00
parent a26c893339
commit beb70b8343

View file

@ -49,7 +49,7 @@ const getMessageManager = function(win) {
const contentObserver = {
classDescription: 'content-policy for ' + hostName,
classID: Components.ID('{8B124E22-E166-11E4-9386-97221D5D46B0}'),
classID: Components.ID('{7afbd130-cbaf-46c2-b944-f5d24305f484}'),
contractID: '@' + hostName + '/content-policy;1',
ACCEPT: Ci.nsIContentPolicy.ACCEPT,
MAIN_FRAME: Ci.nsIContentPolicy.TYPE_DOCUMENT,