Skip to content

Commit ff55890

Browse files
authored
Update docker-compose-example.yml
1 parent 199212e commit ff55890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- VIRTUAL_HOST=example.dev,example.local
2222
- DRUPAL_WEB_ROOT=web
2323
- 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;"
24+
- "HTTP_HEADER_X_CONTENT_SECURITY_POLICY=default-src 'self' data: 'unsafe-inline' 'unsafe-eval' *.google.com *.baidu.com unpkg.com *.gstatic.com *.googleapis.com;"
2525
hostname: "example.docker"
2626
networks:
2727
- frontend

0 commit comments

Comments
 (0)