Skip to content

Commit ed35f5e

Browse files
authored
Add note to update permalink if CSP changes (#510)
Made necessary by commit 7016326.
1 parent 9bf70f2 commit ed35f5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packager/signer/signer.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ func MutateFetchedContentSecurityPolicy(fetched string) string {
240240
}
241241
}
242242
// 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.
243245
newCsp.WriteString(
244246
"default-src * blob: data:;" +
245247
"report-uri https://csp.withgoogle.com/csp/amp;" +

0 commit comments

Comments
 (0)