Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSome fetch requests are blocked on hubs.mozilla.org #27199
Closed
Labels
Projects
Comments
|
The relevant CSP directive is:
We're connecting to |
|
This looks like a bug in the content-security-policy crate - the port comparison ends up comparing |
|
Submitted rust-ammonia/rust-content-security-policy#30 upstream to correct it. |
This was referenced Jul 7, 2020
bors-servo
added a commit
that referenced
this issue
Jul 8, 2020
bors-servo
added a commit
that referenced
this issue
Jul 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've traced one of them down to being rejected by a CSP policy. I believe that
servo/components/net/fetch/methods.rs
Line 166 in e616284