[PALEMOON] Fix feeds - "Subscribe to this page..."

Issue #121
This commit is contained in:
janekptacijarabaci 2018-05-01 08:02:38 +02:00 committed by Roy Tam
commit b23e47c51a

View file

@ -1173,7 +1173,7 @@ FeedWriter.prototype = {
var secman = Cc["@mozilla.org/scriptsecuritymanager;1"].
getService(Ci.nsIScriptSecurityManager);
this._feedPrincipal = secman.getSimpleCodebasePrincipal(this._feedURI);
this._feedPrincipal = secman.createCodebasePrincipal(this._feedURI, {});
LOG("Subscribe Preview: feed uri = " + this._window.location.href);