You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.
Output the captcha challenge on captcha controller is working well on IE browser,but it seem get in trouble on Firefox or Chrome.So I do some fix as follow:
I've commited this change ff9685e, but it will need to be tested. Ideally the headers should be handled by the class and not the controller based on the captcha type, I magine this breaks text-based captcha.
kohenkatz
pushed a commit
to YadYehuda/kohana-captcha
that referenced
this issue
Dec 21, 2012
Output the captcha challenge on captcha controller is working well on IE browser,but it seem get in trouble on Firefox or Chrome.So I do some fix as follow:
BEFORE:
AFTER:
It is working well on all browsers :)
The text was updated successfully, but these errors were encountered: