mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-04 09:21:42 +02:00
Solved different bugs e.g. csp and optimized deploy help
This commit is contained in:
@@ -22,6 +22,7 @@ csp:
|
||||
unsafe-inline: true
|
||||
script-src-elem:
|
||||
unsafe-inline: true
|
||||
script-src:
|
||||
unsafe-eval: true
|
||||
whitelist:
|
||||
worker-src:
|
||||
@@ -34,6 +35,20 @@ csp:
|
||||
- "blog.{{ primary_domain }}"
|
||||
style-src:
|
||||
- "https://fonts.bunny.net"
|
||||
frame-src:
|
||||
- "blob:"
|
||||
- "*.{{ primary_domain }}"
|
||||
#frame-src: >-
|
||||
# {{
|
||||
# ['*.{}'.format(primary_domain)]
|
||||
# +
|
||||
# (
|
||||
# applications.wordpress.domains.canonical
|
||||
# | default([])
|
||||
# | map('regex_replace', '^(.*)$', 'blob:\g<1>')
|
||||
# | list
|
||||
# )
|
||||
# }}
|
||||
domains:
|
||||
canonical:
|
||||
- "blog.{{ primary_domain }}"
|
||||
|
Reference in New Issue
Block a user