mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 18:22:01 +00:00
Attempt to stop superfish malware from loading
This commit is contained in:
parent
366a0403a6
commit
888ebd5d7b
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||||
block vars
|
block vars
|
||||||
|
|
||||||
head
|
head
|
||||||
|
script(type="text/javscript").
|
||||||
|
// Stop superfish from loading
|
||||||
|
window.similarproducts = true
|
||||||
|
|
||||||
-if (typeof(gaExperiments) != "undefined")
|
-if (typeof(gaExperiments) != "undefined")
|
||||||
|!{gaExperiments}
|
|!{gaExperiments}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue