1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-29 08:41:11 +13:00

Firefox: minor changes

This commit is contained in:
Deathamns 2014-12-17 10:33:02 +01:00 committed by gorhill
parent 0579c1bcaa
commit afe6a29c36

View file

@ -36,7 +36,7 @@ let getMessager = function(win) {
};
let contentPolicy = {
classDescription: 'ContentPolicy implementation',
classDescription: 'content-policy implementation for ' + appName,
classID: Components.ID('{e6d173c8-8dbf-4189-a6fd-189e8acffd27}'),
contractID: '@' + appName + '/content-policy;1',
ACCEPT: Ci.nsIContentPolicy.ACCEPT,