diff options
author | pvi-tm <pvi-gitlab@vilarem.net> | 2024-09-27 14:19:05 +0200 |
---|---|---|
committer | pvi-tm <pvi-gitlab@vilarem.net> | 2024-09-27 14:19:05 +0200 |
commit | 014acda1f92a915ec686834340d79fe71f351357 (patch) | |
tree | cb9515f912a7f4e5665c68f26e0141747c2aaa4e /modules | |
parent | 4616e4d65e72f3b1c1ffce6e5e90cbc4c86d7546 (diff) | |
download | puppet-014acda1f92a915ec686834340d79fe71f351357.tar puppet-014acda1f92a915ec686834340d79fe71f351357.tar.gz puppet-014acda1f92a915ec686834340d79fe71f351357.tar.bz2 puppet-014acda1f92a915ec686834340d79fe71f351357.tar.xz puppet-014acda1f92a915ec686834340d79fe71f351357.zip |
Preventing forums from tier iframe inclusion
Diffstat (limited to 'modules')
-rw-r--r-- | modules/phpbb/templates/forums_vhost.conf | 3 |
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 |