# -*- mode: apache; coding: utf-8 -*-

<IfModule mod_env.c>
	<IfModule mod_headers.c>
		Header always set X-Content-Security-Policy "default-src *; frame-ancestors %{CSP_FRAME-ANCESTORS}e"
	</IfModule>
</IfModule>
