We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf70f2 commit ed35f5eCopy full SHA for ed35f5e
packager/signer/signer.go
@@ -240,6 +240,8 @@ func MutateFetchedContentSecurityPolicy(fetched string) string {
240
}
241
242
// Add missing directives or replace the ones that were removed in some cases
243
+ // NOTE: After changing this string, please update the permalink in
244
+ // docs/cache_requirements.md.
245
newCsp.WriteString(
246
"default-src * blob: data:;" +
247
"report-uri https://csp.withgoogle.com/csp/amp;" +
0 commit comments