ya_sir
commited on
Commit
•
9e25ad8
1
Parent(s):
3a56206
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<script>
|
5 |
if (window !== window.top) {
|
6 |
-
window.top.location =
|
7 |
}</script>
|
8 |
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
|
9 |
|
|
|
3 |
<head>
|
4 |
<script>
|
5 |
if (window !== window.top) {
|
6 |
+
window.top.location = window.location;
|
7 |
}</script>
|
8 |
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
|
9 |
|