ya_sir
commited on
Commit
•
ff90e6e
1
Parent(s):
3656b60
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -6,7 +6,7 @@ if (window !== window.top) {
|
|
6 |
window.top.location = window.location;
|
7 |
}</script>
|
8 |
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
|
9 |
-
|
10 |
<script type='text/javascript'>
|
11 |
window.smartlook||(function(d) {
|
12 |
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
|
|
|
6 |
window.top.location = window.location;
|
7 |
}</script>
|
8 |
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
|
9 |
+
<meta http-equiv="X-Frame-Options" content="DENY">
|
10 |
<script type='text/javascript'>
|
11 |
window.smartlook||(function(d) {
|
12 |
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
|