Conversation
J0WI
left a comment
There was a problem hiding this comment.
Please use tabs instead of spaces.
| @@ -0,0 +1,6 @@ | |||
| <ruleset name="typescriptlang.org"> | |||
There was a problem hiding this comment.
Please also add typescriptlang.org which can be redirected to www.
There was a problem hiding this comment.
Just adding the target won't work here, since typescriptlang.org does not support https. It needs to be redirected to https://www.typescriptlang.org/ explicitly.
There was a problem hiding this comment.
So what should I do?
There was a problem hiding this comment.
Please add <rule from="^http://typescriptlang\.org/" to="https://www.typescriptlang.org/" /> before <rule from="^http:" to="https:" />.
There was a problem hiding this comment.
Please also add a short comment about the issue on https://typescriptlang.org/
There was a problem hiding this comment.
done, copied yours
|
Thanks! |
No description provided.