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
Only treat RegExp instances as regular expressions
This affects matchReplaceBody and admin server CORS configuration. If
you previously passed something very regex-like but not actually a regex
(this is a very niche scenario) then it was handled as a regex. Now we
only actually use real regex instances, simplifying the code & logic.
0 commit comments