Enable `X-Frame-Options` for the WCFSetup
authorAlexander Ebert <ebert@woltlab.com>
Mon, 20 Sep 2021 13:58:51 +0000 (15:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 20 Sep 2021 13:58:51 +0000 (15:58 +0200)
commit0750795fb8ad4cfd6c6bad7a0060d57a0f427bc9
treea7ef9a21b2b26ef8fc5420385d37974bf2ccb6aa
parent2a9d48c4badc4de2e0f2d2fc73c3af2bee39cce8
Enable `X-Frame-Options` for the WCFSetup

This has the side effect of suppressing `SameSite=none` for the cookies, which fails on insecure connections because this attribute value is valid for secure cookies only.

Resolves #4499
Follow up for 2a9d48c4badc4de2e0f2d2fc73c3af2bee39cce8
wcfsetup/install/files/options.inc.php