1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00

Firefox/Fennec code cleanup

This commit is contained in:
Deathamns 2015-02-28 20:18:58 +01:00 committed by gorhill
parent df2ffce8aa
commit 7b5ea26f28

View file

@ -53,6 +53,7 @@ const contentObserver = {
MAIN_FRAME: Ci.nsIContentPolicy.TYPE_DOCUMENT,
contentBaseURI: 'chrome://' + hostName + '/content/js/',
cpMessageName: hostName + ':shouldLoad',
ignoredPopups: new WeakMap(),
uniqueSandboxId: 1,