Hint-ru
Hint-ru
All set commands require strings for $value argument, but in fact we can pass mixed (arrays etc), because of serializers. https://github.com/ukko/phpredis-phpdoc/blob/master/src/Redis.php#L222 ``` /** * Set the string value in argument...
In case of long url it appears in title attribute without escaping. There is no previous escaping because of html_entity_decode. ``` require_once 'lib_autolink.php'; $s = htmlspecialchars('http://aaaaa">alert();'); echo autolink($s); ```
I would like to request an option in the settings to disable the confirmation prompt when switching routing rules. I often need to switch between rules (e.g., browser-only, specific application-only,...