diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:11 +0000 |
commit | 7c1e0f134cc8f318a6ca8e54e023d65f17c840db (patch) | |
tree | 4d3a939affe26234cd0e6b5a143948387bbc9fc3 /debian/apache2.postinst | |
parent | Setting Cache-Control headers to "max-age=0, no-cache, no-store, no-transform... (diff) | |
download | apache2-7c1e0f134cc8f318a6ca8e54e023d65f17c840db.tar.xz apache2-7c1e0f134cc8f318a6ca8e54e023d65f17c840db.zip |
Setting X-Frame-Options to deny.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apache2.postinst')
-rw-r--r-- | debian/apache2.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst index dd53fef..1cd75cd 100644 --- a/debian/apache2.postinst +++ b/debian/apache2.postinst @@ -56,7 +56,7 @@ enable_default_conf() if is_fresh_install $@ ; then for conf in charset localized-error-pages other-vhosts-access-log \ security serve-cgi-bin \ - csp hsts modern-cookies modern-ssl no-cache ; do + csp hsts modern-cookies modern-ssl no-cache no-frames ; do a2enconf -m -q $conf done fi |