-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rule to avoid HTTP redirects #641
Comments
Personally, in that example, I don't see https://edge.ms as the "main" page, just as an alternative (short) URL. Maybe allow URL/pattern related configs similar to what we do with |
Then what about https://dev.microsoftedge.com ?
How would that work? I still prefer having separate redirect options for target and resource but happy to explore other options.. |
I see it the same as with https://edge.ms , it's a shorter version of the final URL. An example where I personally don't see it like that is: https://www.microsoft.com/ => https://www.microsoft.com/en-us/ or https://www.microsoft.com/ro-ro/
Same as for other rules. "no-http-redirects": [ "warning", {
".*\\.js": 3
}] |
This is part of #438 and more specifically #438 (comment)
The text was updated successfully, but these errors were encountered: