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).
Loading
Please register or sign in to comment