Disable Microsoft Safe Links Firefox

Examine source code of Disable Microsoft Safe Links

Inspect and view changes in Disable Microsoft Safe Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Disables Microsoft SafeLink protection by redirecting to the original URL instead of going through Microsoft",
  "manifest_version": 2,
  "name": "Disable Microsoft Safe Links",
  "version": "1.12.0",
  "homepage_url": "https://github.com/wtimme/firefox-remove-safelinks",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://statics.teams.cdn.office.net/evergreen-assets/safelinks/*/atp-safelinks.html*",
    "https://safelinks.protection.outlook.com/*",
    "https://*.safelinks.protection.outlook.com/*",
    "https://outlook.office.com/mail/safelink.html*",
    "https://*.safelinks.protection.office365.us/*",
    "https://teams.public.onecdn.static.microsoft/*"
  ],
  "icons": {
    "48": "icons/48x48.png",
    "96": "icons/96x96.png",
    "512": "icons/512x512.png"
  },
  "background": {
    "scripts": [
      "shared/isSafeLinksSupposedToBeDisabledForURL.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1504020f-b7d9-4f7f-b13e-10f7bb164abb}"
    }
  },
  "options_ui": {
    "page": "options_ui/options.html"
  }
}

Best Disable Microsoft Safe Links Alternatives

Here are some Firefox add-ons that are similar to Disable Microsoft Safe Links: