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 was archived by the owner on Apr 12, 2024. It is now read-only.
I know that there are many valid uses for regexs where a number of servers or paths may be being used but that should be the advance option rather than the default and I would like it if there was stronger documentation and examples about how to (and how not to) use the regexs.
This is what my whitelist item in Rails looks like in the end and it would be all too easy to forget the escaping of the '.'s or the '/' before the '.'.
'<%= ActionController::Base.asset_host.gsub(/./, '.') %>/.' [Edited as 's weren't showing.]