An open API service indexing awesome lists of open source software.

https://github.com/simonrob/atp-link-cleaner

A Chrome extension to intercept and rewrite O365 Advanced Threat Protection links
https://github.com/simonrob/atp-link-cleaner

Last synced: about 1 year ago
JSON representation

A Chrome extension to intercept and rewrite O365 Advanced Threat Protection links

Awesome Lists containing this project

README

          

# ATP Link Cleaner

[Office 365 Advanced Threat Protection](https://docs.microsoft.com/en-gb/office365/servicedescriptions/office-365-advanced-threat-protection-service-description) (also known as Microsoft Defender for Office 365) replaces URLs in email messages with an intermediary redirect that makes it much harder to see the original link.

This cross-browser extension filters out that redirect, and replaces it with a simple confirmatory prompt that displays the actual URL that will be visited.

Install via the [Firefox Add-ons store](https://addons.mozilla.org/firefox/addon/atp-link-cleaner/), or as an [unpacked extension](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world?hl=en#load-unpacked) for Chrome.

![ATP Link Cleaner intercepts requests to Office 365 Advanced Threat Protection / Microsoft Defender URLs, and shows an option to navigate directly to the obfuscated domain.](screenshot.png "ATP Link Cleaner intercepts requests to Office 365 Advanced Threat Protection / Microsoft Defender URLs, and shows an option to navigate directly to the obfuscated domain.")

## License
[MIT](https://github.com/simonrob/atp-link-cleaner/blob/master/LICENSE)