Skip to content

Commit

Permalink
Support cross-origin requests in a protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Macbeth committed Aug 3, 2018
1 parent ae5d372 commit c8aaf40
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 @@ -455,7 +455,7 @@ class ProtocolHandler /*::implements nsIProtocolHandler*/ {
this.handler = handler
this.protocolFlags =
Ci.nsIProtocolHandler.URI_STD |
Ci.nsIProtocolHandler.URI_LOADABLE_BY_SUBSUMERS |
Ci.nsIProtocolHandler.URI_LOADABLE_BY_ANYONE |
Ci.nsIProtocolHandler.URI_IS_POTENTIALLY_TRUSTWORTHY
}
toJSON() {
Expand Down

0 comments on commit c8aaf40

Please sign in to comment.