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
Rack::JSONP: change the callback validity checking regex to one
that isn't vulnerable to catastrophic backtracking, which causes all sorts
of nasty performance problems when there's a long invalid string to match
against. PR by Juan C.
Muller (@jcmuller).