mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Implemented universal logout
This commit is contained in:
		
							
								
								
									
										25
									
								
								roles/web-svc-logout/config/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								roles/web-svc-logout/config/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| features: | ||||
|   matomo:           true | ||||
|   css:              true | ||||
|   port-ui-desktop:  true | ||||
|   javascript:       false | ||||
| domains: | ||||
|   canonical: | ||||
|     - "logout.{{ primary_domain }}" | ||||
| csp: | ||||
|   flags: | ||||
|     style-src: | ||||
|       unsafe-inline: true | ||||
|     script-src-elem: | ||||
|       unsafe-inline: true | ||||
|   whitelist: | ||||
|     connect-src: | ||||
|       - "{{ web_protocol }}://*.{{ primary_domain }}" | ||||
|       - "{{ web_protocol }}://{{ primary_domain }}" | ||||
|     script-src-elem: | ||||
|       - https://cdn.jsdelivr.net | ||||
|     style-src: | ||||
|       - https://cdn.jsdelivr.net | ||||
|     frame-ancestors: | ||||
|       - "{{ web_protocol }}://<< defaults_applications[web-app-keycloak].domains.canonical[0] >>" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user