One Hat Cyber Team
Your IP :
13.58.187.29
Server IP :
104.21.112.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
db.gftag.com
/
js
/
dist
/
View File Name :
cross_framing_protection.js
/** * 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; }