Skip to content

Commit

Permalink
Allow cross-origin resoure loading / embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Aug 15, 2018
1 parent 0ad8d62 commit 88bfd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ class ProtocolHandler /*::implements nsIProtocolHandler*/ {
this.handler = handler
this.protocolFlags =
Ci.nsIProtocolHandler.URI_STD |
Ci.nsIProtocolHandler.URI_LOADABLE_BY_SUBSUMERS |
Ci.nsIProtocolHandler.URI_IS_UI_RESOURCE |
Ci.nsIProtocolHandler.URI_IS_POTENTIALLY_TRUSTWORTHY
}
toJSON() {
Expand Down

0 comments on commit 88bfd11

Please sign in to comment.