updated 防止被iframe嵌套
This commit is contained in:
parent
80e7aaeb99
commit
022ada6635
@ -21,7 +21,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
if(window.top != window.self ) {
|
if(window.top != window.self ) {
|
||||||
window.top.location = self.location.href
|
window.top.location = self.location.href;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user