CORS Everywhere のレビュー
CORS Everywhere 作成者: spenibus
Firefox ユーザー 14504206 によるレビュー
5 段階中 4 の評価
Firefox ユーザー 14504206 によるレビュー (7年前)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.
開発者の返信
投稿日時: 7年前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
合計レビュー数: 116
- 5 段階中 3 の評価ibnMuhammad によるレビュー (2ヶ月前)Sadly doesn't work in my case.
Got this specifically for msn.com where video's weren't playing stating cors issue. After enabling, Firefox then started complaining "CORS Preflight Did Not Succeed".
Could be due to my version of Firefox (v115 esr), as I noticed even without the addon, that video's play correctly on aforementioned website using latest Firefox version.
Another issue with this addon is that if whitelist url's are specified, then the addon no longer allows enabling everywhere, so the icon only turns green/red. - 5 段階中 5 の評価Firefox ユーザー 18747047 によるレビュー (8ヶ月前)
- 5 段階中 3 の評価Firefox ユーザー 18285487 によるレビュー (10ヶ月前)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.