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