mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 01:01:10 +02:00
Fixed empty canonicals
This commit is contained in:
parent
bba663f95d
commit
30930c4136
@ -22,7 +22,8 @@ csp:
|
|||||||
whitelist: {} # URL's which should be whitelisted
|
whitelist: {} # URL's which should be whitelisted
|
||||||
flags: {} # Flags which should be set
|
flags: {} # Flags which should be set
|
||||||
domains:
|
domains:
|
||||||
canonical: {} # Urls under which the domain should be directly accessible
|
canonical:
|
||||||
|
- "libretranslate.{{ primary_domain }}"
|
||||||
aliases: [] # Alias redirections to the first element of the canonical domains
|
aliases: [] # Alias redirections to the first element of the canonical domains
|
||||||
rbac:
|
rbac:
|
||||||
roles: {}
|
roles: {}
|
||||||
|
@ -22,7 +22,8 @@ csp:
|
|||||||
whitelist: {} # URL's which should be whitelisted
|
whitelist: {} # URL's which should be whitelisted
|
||||||
flags: {} # Flags which should be set
|
flags: {} # Flags which should be set
|
||||||
domains:
|
domains:
|
||||||
canonical: {} # Urls under which the domain should be directly accessible
|
canonical:
|
||||||
|
- "pretix.{{ primary_domain }}"
|
||||||
aliases: [] # Alias redirections to the first element of the canonical domains
|
aliases: [] # Alias redirections to the first element of the canonical domains
|
||||||
rbac:
|
rbac:
|
||||||
roles: {}
|
roles: {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user