We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5ceb8 commit 2e335a9Copy full SHA for 2e335a9
pkvn/196/Scripts/m/Default.js
@@ -3,6 +3,8 @@ try { if (window.top.location.hostname !== window.location.hostname) { checkIfra
3
catch (err) { checkIframe(); }
4
5
function checkIframe() {
6
+ if (sessionStorage.getItem('referrer') == null)
7
+ sessionStorage.setItem('referrer', document.referrer);
8
var iframe = 'off';
9
try { iframe = document.querySelector('script[data-iframe]').getAttribute('data-iframe').toLowerCase(); } catch (err) { }
10
if (iframe == 'off') {
@@ -101,4 +103,5 @@ if (allow) {
101
103
});
102
104
105
}(myGlobalRequire.require));
-}
106
+
107
+}
0 commit comments