summaryrefslogtreecommitdiffstats
path: root/debian/config-dir/conf-available/csp.conf
blob: ccbeadf02f7122cff77b95e2b42e0d40e82550a0 (plain)
1
2
3
4
5
6
7
# /etc/apache2/conf-available/csp.conf

<IfModule mod_ssl.c>
	<IfModule mod_headers.c>
		Header always set Content-Security-Policy "default-src https: 'self'; style-src https: 'self' 'unsafe-inline'"
	</IfModule>
</IfModule>