By: Cemal Koc
Inspect and view changes in Safe CORS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Safe CORS",
"version": "1.0.0",
"description": "Per-tab CORS bypass controlled from your page scripts. Safe, session-only, developer-friendly.",
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "safe-cors@example.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Safe CORS Alternatives
Here are some Firefox add-ons that are similar to Safe CORS:
CORS Unblock
Balvin
CORS Unbound
yobukodori
I know what I'm doing
Vojtěch Fošnár
Custom CORS Control
tartpvule
CORS Everywhere
spenibus
Disable CSP for a minute
python273
Testfully
testfully.io
CORS Unlocker
Saiya
Corsify
Tushar Arora
Disable CSP and CORS
nas927
Allow CORS: Access-Control-Allow-Origin
Muyor