02-20-2018, 12:46 AM
Hello everyone, someone could tell me that the function has this line.
Code:
<?php header('X-Frame-Options: DENY'); ?>
The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
X Frame Options
|
02-20-2018, 12:46 AM
Hello everyone, someone could tell me that the function has this line.
Code: <?php header('X-Frame-Options: DENY'); ?>
02-20-2018, 01:39 AM
We do a 3rd party security audit every few versions and it was found that earlier versions could be subject to clickjacking. That header option is one mitigation. https://developer.mozilla.org/en-US/docs...me-Options
02-20-2018, 02:07 AM
It's a security issue, I understand. I have seen this out there but not in all the pages, it is ok as well or I incorporate it into my header.php so that it is present in the whole site.
02-20-2018, 02:09 AM
Absolutely.
02-20-2018, 03:07 AM
Perfect, muchas gracias.
|