aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorpvi-tm <pvi-gitlab@vilarem.net>2024-09-27 14:19:05 +0200
committerpvi-tm <pvi-gitlab@vilarem.net>2024-09-27 14:19:05 +0200
commit014acda1f92a915ec686834340d79fe71f351357 (patch)
treecb9515f912a7f4e5665c68f26e0141747c2aaa4e /modules
parent4616e4d65e72f3b1c1ffce6e5e90cbc4c86d7546 (diff)
downloadpuppet-014acda1f92a915ec686834340d79fe71f351357.tar
puppet-014acda1f92a915ec686834340d79fe71f351357.tar.gz
puppet-014acda1f92a915ec686834340d79fe71f351357.tar.bz2
puppet-014acda1f92a915ec686834340d79fe71f351357.tar.xz
puppet-014acda1f92a915ec686834340d79fe71f351357.zip
Preventing forums from tier iframe inclusionHEADmaster
Diffstat (limited to 'modules')
-rw-r--r--modules/phpbb/templates/forums_vhost.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/phpbb/templates/forums_vhost.conf b/modules/phpbb/templates/forums_vhost.conf
index 2a8234e6..d60e65ab 100644
--- a/modules/phpbb/templates/forums_vhost.conf
+++ b/modules/phpbb/templates/forums_vhost.conf
@@ -4,6 +4,9 @@
# for locale redirection
Include conf/vhosts.d/forums.d/*.conf
+ # Prevent including forum site in tier iframe
+ Header set X-Frame-Options DENY
+
# using Redirect create a loop, so we use mod_rewrite here
RewriteEngine On