Safe CORS Firefox

Safe CORS

Per-tab CORS bypass controlled from your page scripts. No toolbar button, no popup — just dispatch a CustomEvent from your code to enable or disable CORS for the current tab. Session-only, nothing is persisted.

Features & Capabilities

Safe CORS lets developers bypass CORS restrictions on a per-tab basis, controlled entirely from page scripts. Unlike traditional CORS extensions that use a toolbar toggle to disable CORS globally, Safe CORS is activated programmatically from your own code — making it ideal for local development and testing. HOW TO USE Open your browser console (F12) and run: // Enable CORS bypass for this tab document.dispatchEvent(new CustomEvent('CORS_DISABLE_TOGGLE', { detail: { enabled: true } })) // Disable CORS bypass for this tab document.dispatchEvent(new CustomEvent('CORS_DISABLE_TOGGLE', { detail: { enabled: false } })) Or add a helper to your development page: function setCors(enabled) { document.dispatchEvent(new CustomEvent('CORS_DISABLE_TOGGLE', { detail: { enabled } })) } if (location.hostname === 'localhost') { setCors(true) } WHY "SAFE"? • Per-tab only — other tabs are unaffected • Session-only — close the tab or restart the browser and it's gone • Page-initiated — no accidental global CORS bypass • No data collection — the extension collects nothing

User Growth & Download Statistics

Manifest V2 Add-on
By:
Cemal Koc
Daily users:
11 4
Version:
1.0.0 Last updated: 2026-03-17
Version code:
6182184
Creation date:
2026-03-14
Risk:
High risk impact High risk likelihood
Permissions:
Content scripts matches:
  • <all_urls>
Size:
28.18KB
Email:
in*****@startuphero.es
Full description:
See detailed description
Source:
Firefox Add-ons Store
Data ingested on:
2026-06-19
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
Developed by:
Cemal Koc
Firefox Add-ons Store
https://addons.mozilla.org/firefox/addon/safe-cors/
Email:
in*****@startuphero.es

Is Safe CORS Safe?

Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.

Safe CORS requires some sensitive permissions that could impact your browser and data security. Exercise caution before installing.

Risk impact analysis details
  • Critical Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
  • Critical ****** ****** ** ******* ***** ***** *** ** **** ** ***** **** ******** ****** *** ******** ********** * ******* ********
  • High ****** *** ********* ** ******* *** ******* ******* ** ****** *** *** ******** ******
  • High ******* ******* **** *** ****** ***** *** ***** ** ******* **** ********* ********* ** * *********** *****
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.

Safe CORS may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.

Risk likelihood analysis details
  • High This extension has low user count. Unpopular extensions may not be stable or safe.
  • Medium **** ********* *** ***** ** *** **** * ******* *** ********** *** *** ** ****** ** *****
  • Low **** ********* *** ******* **** **** * ****** **** ***** ******** *** **** ****** ** ** ****** *** *****
Extension Guard
Extension Guard

Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard

Secure Your Browser
Upgrade to see full risk analysis details

Best Safe CORS Alternatives

Here are some Firefox add-ons that are similar to Safe CORS: