We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deeeb77 commit eeb8db8Copy full SHA for eeb8db8
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -850,10 +850,10 @@
850
var isHttps=location.protocol=="https:";
851
var head=document.getElementsByTagName("head")[0];
852
if(isHttps){
853
- var refMeta = document.createElement('meta');
+ /*var refMeta = document.createElement('meta');
854
refMeta.name = 'referrer';
855
refMeta.content = 'always';
856
- head.appendChild(refMeta);
+ head.appendChild(refMeta);*/
857
}else{
858
if(document.title=="Service Unavailable - Connection Error"){
859
location.href=location.href.replace(/^http:/,"https:");
0 commit comments