Strip NoScript XSS warning, because the Tor Browser bug it addressed has been fixed

This commit is contained in:
Micah Lee 2019-05-29 19:27:21 -07:00
parent 69eb7f81a3
commit e4b0f04504
5 changed files with 0 additions and 60 deletions

View file

@ -1,2 +0,0 @@
// Hide the noscript div, because our javascript is executing
document.getElementById('noscript').style.display = 'none';