D7net Mini Sh3LL v1
Current File : /var/www/html/antarctic-drupal-7.89/myadmin/js/dist/cross_framing_protection.js |
"use strict";
/**
* Conditionally included if framing is not allowed
*/
if (self === top) {
var styleElement = document.getElementById('cfs-style'); // check if styleElement has already been removed
// to avoid frequently reported js error
if (typeof styleElement !== 'undefined' && styleElement !== null) {
styleElement.parentNode.removeChild(styleElement);
}
} else {
top.location = self.location;
}
AnonSec - 2021 | Recode By D7net