mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
parent
cf54612b55
commit
b23e47c51a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue