summaryrefslogtreecommitdiffstats
path: root/debian/apache2.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:13:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:13:09 +0000
commit1bdcab23397bfede7e014ceb016cc2966586bc13 (patch)
treeb6af1254e9ff2f614946030027fe5599a69b1e62 /debian/apache2.postinst
parentSetting ServerSignature to Off in security.conf. (diff)
downloadapache2-1bdcab23397bfede7e014ceb016cc2966586bc13.tar.xz
apache2-1bdcab23397bfede7e014ceb016cc2966586bc13.zip
Setting Content-Security-Policy to "default-src https: 'self'; style-src https: 'self' 'unsafe-inline'".
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apache2.postinst')
-rw-r--r--debian/apache2.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index a980441..c9a0192 100644
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -55,7 +55,8 @@ enable_default_conf()
{
if is_fresh_install $@ ; then
for conf in charset localized-error-pages other-vhosts-access-log \
- security serve-cgi-bin ; do
+ security serve-cgi-bin \
+ csp ; do
a2enconf -m -q $conf
done
fi