Feature request: Bypass nonce verification
-
Hey guys,
Really digging the plugin, thanks.
At the moment Helpful is running
check_ajax_referer()
in thesave_vote()
andsave_feedback()
functions.With our current caching setup, this means we need to expire the cache every 24h, so the nonce remains valid for Helpful (otherwise we get 403 errors saving votes or feedback for guests).
I’d like to request a filter / option to disable nonce verification when leaving feedback. I understand this is slightly less secure, but for us it’s worth it to save having to rebuild the cache every day.
At the moment we’ve just been patching
Helpful\Core\Modules\Frontend
with each update but obviously that’s not ideal ??Thanks!
Jack
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Feature request: Bypass nonce verification’ is closed to new replies.