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
It took me quite a bit of time to figure out that this was the extension at fault for breaking these. The behavior created by this extension is that every one of these links would redirect to bing.com (typically either to https://www.bing.com/?ref=go or to https://www.bing.com/?ref=go&pver=&sbp=&os=0&over=&plcid=&olcid=0&clcid=&ar=&sar=&o1=&o2=&o3=&o4=&o5=) instead of redirecting to where the link is supposed to be redirecting to. As these links are ubiquitous across Microsoft various websites for their products & services, this is a pretty huge problem.
Some actual full real-world examples of these links for reproduction/testing:
In terms of a suggested fix for this issue, you're probably either going to need to carve out an exception for go.microsoft.com, or just remove the linkid stripping entirely.
The text was updated successfully, but these errors were encountered:
jacobbaratta
changed the title
Recent addition of linkid parameter stripping breaks all redirects via go.microsoft.com/fwlink/
The recent addition of linkid parameter stripping breaks all redirects via go.microsoft.com/fwlink/
Apr 30, 2021
Some generic examples of the link format I'm talking about (with possible additional parameters omitted):
It took me quite a bit of time to figure out that this was the extension at fault for breaking these. The behavior created by this extension is that every one of these links would redirect to bing.com (typically either to https://www.bing.com/?ref=go or to https://www.bing.com/?ref=go&pver=&sbp=&os=0&over=&plcid=&olcid=0&clcid=&ar=&sar=&o1=&o2=&o3=&o4=&o5=) instead of redirecting to where the link is supposed to be redirecting to. As these links are ubiquitous across Microsoft various websites for their products & services, this is a pretty huge problem.
Some actual full real-world examples of these links for reproduction/testing:
In terms of a suggested fix for this issue, you're probably either going to need to carve out an exception for go.microsoft.com, or just remove the linkid stripping entirely.
The text was updated successfully, but these errors were encountered: