From e74fdc0f5cb2a0982007356b30acce9854e5f545 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 31 Oct 2022 11:55:27 -0300 Subject: [PATCH] doc: mention --policy-integrity --- locale/en/docs/guides/security/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locale/en/docs/guides/security/index.md b/locale/en/docs/guides/security/index.md index d06eed79e8e3c..59a72cd75103d 100644 --- a/locale/en/docs/guides/security/index.md +++ b/locale/en/docs/guides/security/index.md @@ -402,6 +402,8 @@ SyntaxError [ERR_SRI_PARSE]: Subresource Integrity string "sha256-iuGZ6SFVFpMuHU } ``` +Note, it's always recommended the use of `--policy-integrity` to avoid policy mutations. + ## Experimental Features in Production The use of experimental features in production isn't recommended.