Skip to content

Commit 00a6001

Browse files
authored
Merge pull request #3731 from BEF841CA/patch-1
Fix punctuation error in secureheaders-factory.adoc
2 parents 65a37a0 + 73662ea commit 00a6001

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

+1-1
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)