CORS Everywhere 的評論
CORS Everywhere 作者: spenibus
spenibus 的回應
開發者回應
張貼於 6 年前The first option forces the value of the "origin" request header which will also become the value of the "access-control-allow-origin" response header. It's useless for most people and only there for testing purposes.
The whitelist defines which values of "origin" are allowed to bypass CORS when the addon is active. It's a list of fully qualified regular expressions, with delimiters and flags, separated by newlines.
See also this: https://github.com/spenibus/cors-everywhere-firefox-addon/issues/23#issuecomment-447669576
The whitelist defines which values of "origin" are allowed to bypass CORS when the addon is active. It's a list of fully qualified regular expressions, with delimiters and flags, separated by newlines.
See also this: https://github.com/spenibus/cors-everywhere-firefox-addon/issues/23#issuecomment-447669576
114 筆評論
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18747047,5 個月前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 18285487,8 個月前For some reason Allow Cors works better than CORS Everywhere, when trying to get another extension to function properly.
- 評價 5 分,滿分 5 分來自 Patrick Michaelsen,1 年前I take this tool for granted so I decided to give it the review it deserves. A must have for projects with containers, reverse proxies, etc.
- 評價 5 分,滿分 5 分來自 Firefox 使用者 17853672,2 年前
- 評價 5 分,滿分 5 分來自 Omar Afzal,3 年前It does its job and does it well. I don't have to worry about CORS while developing now. The only thing that would be nice would be disabling (or altering) CORS requests on certain sites.