GitHubReadmeWebTrends icon indicating copy to clipboard operation
GitHubReadmeWebTrends copied to clipboard

Ignore appending codes to packages.microsoft.com

Open toolboc opened this issue 4 years ago • 1 comments

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.

toolboc avatar Nov 18 '20 16:11 toolboc

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

TheCodeTraveler avatar Nov 19 '20 17:11 TheCodeTraveler