Auto merge of #27214 - jdm:cspup, r=Manishearth

Update content-security-policy.

Fixes #27199.
This commit is contained in:
bors-servo 2020-07-08 21:27:48 -04:00 committed by GitHub
commit 3b2f29178f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -872,9 +872,9 @@ dependencies = [
[[package]] [[package]]
name = "content-security-policy" name = "content-security-policy"
version = "0.4.1" version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9c6953cf3a032666719b6c432617652532bdeb6015c93473cbbd432d9657600" checksum = "91ea9f813e3c5ece60232e2b5d0d8187d310bf1e5641c5457e54099780a892a8"
dependencies = [ dependencies = [
"base64 0.12.0", "base64 0.12.0",
"bitflags", "bitflags",