GitHubReadmeWebTrends
GitHubReadmeWebTrends copied to clipboard
Ignore appending codes to packages.microsoft.com
A small edge case was discovered where WebTrend codes appear to be appended to Microsoft package source urls (i.e. packages.microsoft.com), an example is shown here.
This should be resolvable by implementing logic to ignore the 'packages' subdomain.
Hey Paul!
Would it be possible to put that CURL command into a code block?
The tool is designed to ignore URLs inside of code blocks and code snippets in Markdown.
I'd prefer not to exclude the subdomain packages because a year-or-two from now, Microsoft could start using the packages subdomain for something else and then we've just shot ourselves in the foot.
Code Block Example
curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list > ./microsoft-prod.list
Code Snippet Example
curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list > ./microsoft-prod.list