Skip to content

Commit c8aaf40

Browse files
author
Sam Macbeth
committed
Support cross-origin requests in a protocol
1 parent ae5d372 commit c8aaf40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ class ProtocolHandler /*::implements nsIProtocolHandler*/ {
455455
this.handler = handler
456456
this.protocolFlags =
457457
Ci.nsIProtocolHandler.URI_STD |
458-
Ci.nsIProtocolHandler.URI_LOADABLE_BY_SUBSUMERS |
458+
Ci.nsIProtocolHandler.URI_LOADABLE_BY_ANYONE |
459459
Ci.nsIProtocolHandler.URI_IS_POTENTIALLY_TRUSTWORTHY
460460
}
461461
toJSON() {

0 commit comments

Comments
 (0)