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 Jun 12, 2018. It is now read-only.
To optimise for common behaviour, when :www is passed (as a symbol) use a constraint of /\A(www|)\Z/ and default of www to cover bare domains as well as www subdomain. This could be overridden by specifying a string "www" instead.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To optimise for common behaviour, when
:www
is passed (as a symbol) use a constraint of/\A(www|)\Z/
and default ofwww
to cover bare domains as well aswww
subdomain. This could be overridden by specifying a string"www"
instead.The text was updated successfully, but these errors were encountered: