Update content-security-policy.#26005
Conversation
|
Heads up! This PR modifies the following files:
|
|
|
||
| [[package]] | ||
| name = "base64" | ||
| version = "0.12.0" |
There was a problem hiding this comment.
Oof, unfortunate that we now carry 3 copies of base64.
|
@bors-servo r+ Not sure what to think about this bringing in |
|
📌 Commit ad1bec1 has been approved by |
Update content-security-policy. This allows hubs.mozilla.org to load instead of panicking due to unimplemented CSP features. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24702 - [x] These changes do not require tests because we never enabled the CSP testsuite
|
💔 Test failed - status-taskcluster |
|
Not sure if it's relevent 👀 UWP build failure |
|
It's very relevant - looks like the build script for ring for ARM64 windows needs fixing. |
|
This says that those files are pre-generated: https://github.com/briansmith/ring/blob/ddfa683266e8ce41c06feb9f46503dd4e1d47ab1/build.rs#L394-L404 Seems like someone needs to generate them files for the UWP targets we care about. |
|
|
Submitted rust-ammonia/rust-content-security-policy#28 to avoid the arm64 windows build issue. |
|
@bors-servo r=nox |
|
📌 Commit 1921662 has been approved by |
Update content-security-policy. This allows hubs.mozilla.org to load instead of panicking due to unimplemented CSP features. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24702 - [x] These changes do not require tests because we never enabled the CSP testsuite
|
💔 Test failed - status-taskcluster |
Update content-security-policy. This allows hubs.mozilla.org to load instead of panicking due to unimplemented CSP features. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24702 - [x] These changes do not require tests because we never enabled the CSP testsuite
|
💔 Test failed - status-taskcluster |
|
☀️ Test successful - status-taskcluster |
This allows hubs.mozilla.org to load instead of panicking due to unimplemented CSP features.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors