mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Optimized CSP
This commit is contained in:
		| @@ -4,4 +4,16 @@ features: | ||||
|   css:                false | ||||
|   landingpage_iframe: false | ||||
|   central_database:   true | ||||
|   oauth2:             false | ||||
|   oauth2:             false | ||||
| csp: | ||||
|   whitelist: | ||||
|     script-src: | ||||
|       - https://cdn.matomo.cloud | ||||
|     style-src: | ||||
|       - https://fonts.googleapis.com | ||||
|   flags: | ||||
|     script-src: | ||||
|       unsafe-inline: true | ||||
|       unsafe-eval:   true | ||||
|     style-src: | ||||
|       unsafe-inline: true | ||||
		Reference in New Issue
	
	Block a user