updated 防止被iframe嵌套
This commit is contained in:
parent
e5d9f554ab
commit
80e7aaeb99
@ -19,6 +19,11 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script>
|
||||||
|
if(window.top != window.self ) {
|
||||||
|
window.top.location = self.location.href
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user