Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Resolve Microsoft Outlook/Teams "safe links" and handle the target link according to configuration #35

Open
bllngr opened this issue Oct 8, 2024 · 1 comment

Comments

@bllngr
Copy link

bllngr commented Oct 8, 2024

My workplace has Microsoft "Safe Links" enabled in Outlook and Teams and probably other Microsoft applications. This means that every link opened from these applications is rewritten to some Microsoft page, which verifies the URL and then redirects to it.

This completely breaks the idea of BrowseRouter, since there's essentially only a few target URLs. It would be really great if BrowseRouter detected those URLs, extracted the target URL from them, and then opened the target URL directly according to configuration.

These are the patterns I've found:

It seems like parsing the query string and opening the value of the url instead of the passed link should be enough.

@nref
Copy link
Owner

nref commented Oct 9, 2024

Thanks @bllngr for the feature request. I also use Teams at work and have the same problem. I'll look into adding an option to parse out SafeLinks URLs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants