From d00109ccd68d3785ccb8e64f432ca356049e7454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Correa=20Casablanca?= Date: Tue, 26 Mar 2024 16:56:51 +0100 Subject: [PATCH] docs: fix info box Signed-off-by: Andres Correa Casablanca --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7528be..097a44f 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ need to customise any specific behavior, but it must be defined). Besides enabling CSP, you can also configure its directives to some extent, via the `cspDirectives` option. -> [!INFO] +> [!IMPORTANT] > It is advisable to set the option `sriHashesModule` in case your dynamic pages > include static JS or CSS resources (also: do not explicitly disable the > `enableStatic_SRI` option if you want support for those static assets).