Skip to content

Commit eeb8db8

Browse files
committed
fix
1 parent deeeb77 commit eeb8db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,10 +850,10 @@
850850
var isHttps=location.protocol=="https:";
851851
var head=document.getElementsByTagName("head")[0];
852852
if(isHttps){
853-
var refMeta = document.createElement('meta');
853+
/*var refMeta = document.createElement('meta');
854854
refMeta.name = 'referrer';
855855
refMeta.content = 'always';
856-
head.appendChild(refMeta);
856+
head.appendChild(refMeta);*/
857857
}else{
858858
if(document.title=="Service Unavailable - Connection Error"){
859859
location.href=location.href.replace(/^http:/,"https:");

0 commit comments

Comments
 (0)