Skip to content

Commit 73662ea

Browse files
authored
Fix punctuation error in secureheaders-factory.adoc
Signed-off-by: BEF841CA <[email protected]>
1 parent 014a851 commit 73662ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/spring-cloud-gateway-server-webflux/gatewayfilter-factories/secureheaders-factory.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following headers (shown with their default values) are added:
1010
* `X-Frame-Options (DENY)`
1111
* `X-Content-Type-Options (nosniff)`
1212
* `Referrer-Policy (no-referrer)`
13-
* `Content-Security-Policy (default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline)'`
13+
* `Content-Security-Policy (default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline')`
1414
* `X-Download-Options (noopen)`
1515
* `X-Permitted-Cross-Domain-Policies (none)`
1616

0 commit comments

Comments
 (0)