mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 10:40:33 +02:00
Solved bug
This commit is contained in:
parent
20020cca92
commit
be0da93c9c
@ -30,4 +30,4 @@ csp:
|
|||||||
- "data:"
|
- "data:"
|
||||||
script-src:
|
script-src:
|
||||||
- "https://cdn.gtranslate.net"
|
- "https://cdn.gtranslate.net"
|
||||||
- "{{ domains[application_id] }}"
|
- "{{ domains.wordpress }}"
|
@ -1,3 +1,4 @@
|
|||||||
# Todos
|
# Todos
|
||||||
- Optimize buffering
|
- Optimize buffering
|
||||||
- Optimize caching
|
- Optimize caching
|
||||||
|
- Make 'proxy_hide_header Content-Security-Policy' optional by using more_header option. See [ChatGPT Conversation](https://chatgpt.com/share/6825cb39-8db8-800f-8886-0cebdfad575a)
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
add_header Content-Security-Policy "{{ applications | build_csp_header(application_id, domains) }}" always;
|
add_header Content-Security-Policy "{{ applications | build_csp_header(application_id, domains) }}" always;
|
||||||
proxy_hide_header Content-Security-Policy;
|
proxy_hide_header Content-Security-Policy; # Todo: Make this optional
|
Loading…
x
Reference in New Issue
Block a user