Commit 14e274f1 authored by Leo Iannacone's avatar Leo Iannacone

added label detected if `..` in hash

parent 9721e16e
...@@ -39,7 +39,7 @@ function Page_Distrubion(socket) ...@@ -39,7 +39,7 @@ function Page_Distrubion(socket)
function __check_hash_makes_sense() { function __check_hash_makes_sense() {
if (window.location.hash.indexOf('..') >= 0) { if (window.location.hash.indexOf('..') >= 0) {
error.set('God Is Watching You !') error.set("Detected '..' God Is Watching You !")
return false return false
} }
if (! window.location.hash) if (! window.location.hash)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment