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
Catastrophic backtracking qhen test the regex in regex101. If I am on a edit form with method = put, the regex does´t detect the _token input field. You can test it:
If remove the _method input, then the regex detect _token without problems.
Thanks for every thing
The text was updated successfully, but these errors were encountered:
Expected Behavior
detect <input name="_token"
Acutal Behavior
donest detect <input name="_token"
Environment
Stack Trace
Catastrophic backtracking qhen test the regex in regex101. If I am on a edit form with method = put, the regex does´t detect the _token input field. You can test it:
If remove the _method input, then the regex detect _token without problems.Thanks for every thing
The text was updated successfully, but these errors were encountered: