Skip to content
Commit bda2dbec authored by Thomas Müller's avatar Thomas Müller
Browse files

Prevent Clickjacking by adding additional headers:

                header('X-Frame-Options: Sameorigin');
                header('X-XSS-Protection: 1; mode=block');
                header('X-Content-Type-Options: nosniff');

Thanks to Lukas Reschke for reporting this issue (and many more).
parent 0c8740c1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment