fjf2002
fjf2002
I think the ticket can be closed when my tagfilter PR gets accepted there.
Hello everybody, I'm also interested in client certificate authentication. As far as I understand, the suggestion of tommys-place of 26 Aug 2014 was kindof roasted by davivel - and it...
Acknowledged.
I observe: It could potentially get even simpler: - Don't set the `` tag at all - Put something like `echo "const JSINFO = " . json_encode($JSINFO, JSON_THROW_ON_ERROR) . ";";`...
OK, I've made the `` tag usage W3C-validator-conformant, and used `htmlspecialchars` to encode. For decoding, there does not seem an easier solution than `$('').html(...).text() ` .
@mprins: > You may want to explore using a script tag with based encoded src attribute instead, of course that introduces async behaviour to these global variables Thanks for the...
@mprins: Thank You for your reply. However my point was: I simply thought passing a bunch of variables (NS, JSINFO, and SIG) could be possible in an EASY way, AVOIDING...
Yes, I failed with that message, too.