CORS Everywhere 的评价
CORS Everywhere 作者: spenibus
8 条评价
- 评分 4 / 5来自 Slideroh,5 年前Everything worked fine until the last Firefox update. Now it doesn't display - incorrect CORS request. Is this also affected by TLS 1.0 / 1.1, which have been disabled by the browser? Please help us.
开发者回应
发布于 5 年前I can't magically guess things, you need to report them in a way that I can reproduce.
https://github.com/spenibus/cors-everywhere-firefox-addon/issues - 评分 4 / 5来自 Firefox 用户 13436302,5 年前It does the job and does it very well and simple. But in my opinion lacks some features. I would like to have an option to enable CorsE only on specific domains/websites. This way if I turn on CorsE and start navigating other websites, I'm sure other websites can't mis-use my CorsE being on.
- 评分 4 / 5来自 Firefox 用户 13317227,5 年前It used to be works for me at least in April — June '19. But seems not working now (2019-10) with Firefox 69.0.3. Am I alone with such symptoms?
- 评分 4 / 5来自 Firefox 用户 15286623,6 年前
- 评分 4 / 5来自 Naushad-pk,6 年前
- 评分 4 / 5来自 Firefox 用户 14504206,6 年前what's the difference between 'Force value of "access-control-allow-origin" ' option and 'Activation whitelist' option? I don't understand, i think both are the same, right.
开发者回应
发布于 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 - 评分 4 / 5来自 Firefox 用户 13412570,7 年前