Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cors-everywhere-firefox-addon
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spenibus
cors-everywhere-firefox-addon
Commits
6ce5379a
Commit
6ce5379a
authored
May 30, 2018
by
spenibus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated readme about button states
parent
0ffa51ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
README.md
README.md
+9
-4
manifest.json
manifest.json
+1
-1
No files found.
README.md
View file @
6ce5379a
...
...
@@ -25,7 +25,12 @@ Usage
The addon's functionality can be toggled with the included button and is disabled by default.
The button can be found by right-clicking a toolbar and choosing
`customize`
.
It is labelled
`CorsE`
with a red background that turns green when enabled.
It is labelled
`CorsE`
and has 3 states:
-
red, addon is disabled, CORS rules are upheld.
-
green, addon is enabled, CORS rules are bypassed.
-
green/red, addon is enabled and using the activation whitelist,
CORS rules are bypassed when the origin url matches a filter in the whitelist.
A basic
[
CORS
][
6
]
test is available in the repository at
`./_test/cors-everywhere-test.html`
.
...
...
@@ -37,11 +42,11 @@ Options
Available in about:addons.
-
`Enabled at startup`
-
`Enabled at startup`
Enables this addon on startup.
-
`Force value of "access-control-allow-origin"`
-
`Force value of "access-control-allow-origin"`
Self explanatory.
-
`Activation whitelist`
-
`Activation whitelist`
When the addon is enabled, this will check the origin url against the whitelist
to decide if headers will be modified. Uses regular expressions.
...
...
manifest.json
View file @
6ce5379a
...
...
@@ -2,7 +2,7 @@
"manifest_version"
:
2
,
"name"
:
"CORS Everywhere"
,
"version"
:
"18.5.30.18
40
"
,
"version"
:
"18.5.30.18
57
"
,
"author"
:
"spenibus"
,
"description"
:
"Bypass CORS restrictions by altering http responses."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment