mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Fixed empty canonicals
This commit is contained in:
		| @@ -18,11 +18,12 @@ features: | ||||
|   oauth2:           false   # Enable the OAuth2-Proy | ||||
|   javascript:       false   # Enables the custom JS in the javascript.js.j2 file    | ||||
|   universal_logout: true | ||||
| csp:                         | ||||
|   whitelist:        {}      # URL's which should be whitelisted            | ||||
|   flags:            {}      # Flags which should be set  | ||||
| csp: | ||||
|   whitelist:        {}      # URL's which should be whitelisted | ||||
|   flags:            {}      # Flags which should be set | ||||
| 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 | ||||
| rbac: | ||||
|   roles: {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user