Enable `X-Frame-Options` for the WCFSetup
authorAlexander Ebert <ebert@woltlab.com>
Mon, 20 Sep 2021 13:31:54 +0000 (15:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 20 Sep 2021 13:31:54 +0000 (15:31 +0200)
commit2a9d48c4badc4de2e0f2d2fc73c3af2bee39cce8
treebec4b6e3927f6a807552966919f38f3772067ad1
parent07795ae179b187592e050308913be1666c21208a
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
wcfsetup/install/files/lib/system/WCFSetup.class.php