aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/CheckJS.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-07-19 09:12:33 +0200
committerMario Vavti <mario@mariovavti.com>2018-07-19 09:12:33 +0200
commitfe0e00f8f8c6b94389ee28c84dfabd80ac988ac9 (patch)
tree700ad3d11c0a1720bc776004d68fda3b3a68dddf /Zotlabs/Web/CheckJS.php
parentdfbdeafa39da8605c124f47d811ebca2330d9169 (diff)
parentec852b0c8d6c8e566b2a5fb279ed359630afb5ee (diff)
downloadvolse-hubzilla-fe0e00f8f8c6b94389ee28c84dfabd80ac988ac9.tar.gz
volse-hubzilla-fe0e00f8f8c6b94389ee28c84dfabd80ac988ac9.tar.bz2
volse-hubzilla-fe0e00f8f8c6b94389ee28c84dfabd80ac988ac9.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Web/CheckJS.php')
-rw-r--r--Zotlabs/Web/CheckJS.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/CheckJS.php b/Zotlabs/Web/CheckJS.php
index 8179ceb15..c8547b6dd 100644
--- a/Zotlabs/Web/CheckJS.php
+++ b/Zotlabs/Web/CheckJS.php
@@ -18,7 +18,7 @@ class CheckJS {
$this->jsdisabled = 0;
if(! $this->jsdisabled) {
- $page = urlencode(\App::$query_string);
+ $page = bin2hex(\App::$query_string);
if($test) {
$this->jsdisabled = 1;