updated 防止被iframe嵌套

This commit is contained in:
mumuy 2017-09-15 11:30:36 +08:00
parent 80e7aaeb99
commit 022ada6635

View File

@ -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>