diegocr / CleanLinks

Converts obfuscated/nested links to genuine clean links.
166 stars 45 forks source link

Breaks office365 webmail #104

Open bgjestvang-gogoair opened 9 years ago

bgjestvang-gogoair commented 9 years ago

This breaks the login for office365 webmail, at least where it's redirecting to the client company's custom login site.

I start at https://outlook.office365.com/owa/ which redirects me to (some parameters replaced with z's for privacy): https://login.microsoftonline.com/login.srf?zzzzzz&wreply=https%3a%2f%2foutlook.office365.com%2fowa%2f&zzzzzzz&msafed=0#realm=zzzzz.onmicrosoft.com

There is a link on the page: https://login.microsoftonline.com/login.srf?zzzzzzz&wreply=https%3a%2f%2foutlook.office365.com%2fowa%2f&zzzzzzz#

Instead, cleanlinks sends me to https://outlook.office365.com/owa/ (the wreply argument), which just redirects me to the original page.

bgjestvang-gogoair commented 9 years ago

Adding login.microsoftonline.com to "Skip Domains" fixes the problem.