updated 防止被iframe嵌套
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user