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 upUpdate content-security-policy. #26005
Conversation
highfive
commented
Mar 20, 2020
|
Heads up! This PR modifies the following files:
|
highfive
commented
Mar 20, 2020
| @@ -239,6 +239,12 @@ version = "0.11.0" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" | |||
|
|
|||
| [[package]] | |||
| name = "base64" | |||
| version = "0.12.0" | |||
This comment has been minimized.
This comment has been minimized.
|
@bors-servo r+ Not sure what to think about this bringing in |
|
|
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
|
|
|
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 |
|
|
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
|
|
|
@bors-servo retry |
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
|
|
|
@bors-servo retry |
|
|
jdm commentedMar 20, 2020
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