From afe6a29c36a91da32500c3c0eee3ccf392320b63 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Wed, 17 Dec 2014 10:33:02 +0100 Subject: [PATCH] Firefox: minor changes --- 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 ce21219..a48ebdc 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -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,