We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199212e commit ff55890Copy full SHA for ff55890
docker-compose-example.yml
@@ -21,7 +21,7 @@ services:
21
- VIRTUAL_HOST=example.dev,example.local
22
- DRUPAL_WEB_ROOT=web
23
- HTTP_HEADER_X_FRAME_OPTIONS="allow-from example.com"
24
- - "HTTP_HEADER_X_CONTENT_SECURITY_POLICY=default-src 'self';script-src example.com;style-src 'self' example.com;"
+ - "HTTP_HEADER_X_CONTENT_SECURITY_POLICY=default-src 'self' data: 'unsafe-inline' 'unsafe-eval' *.google.com *.baidu.com unpkg.com *.gstatic.com *.googleapis.com;"
25
hostname: "example.docker"
26
networks:
27
- frontend
0 commit comments