3.9 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Nick WelshSep 27, 2024
Lacks documentation and examples. When it doesn't work you have no way of knowing why. There's no easy way to tell if your URL patterns configured are working. It's not clear what types of CORS it's allowing or denying. It's not clear if regex in URL patterns works or what regex will work and what won't.
Démar GrantMay 29, 2024
I've had the extension for years without any incident until May 28, 2024. When this extension is turned on it's broken the account login page for: The Globe and Mail, Twitter, The Athletic, The Atlantic, American Express, The New York Times and has made it so videos on YouTube never load. This is extension is effectively broken now
Mark BlakeneyMay 28, 2024
Version 0.3.0 updated on 28-May-24 is broken. I have used the extension for many years with the default wildcard rule deleted and only a single local IP address rule but as of today's version many sites such as youtube do not now work at all when the extension is loaded. Edit 01-Jun-24: New version 0.3.2 fixes Youtube but other sites (e.g. Feedly) are still broken. I have been using another CORS extension which works fine everywhere.
Spencer HutchinsonJul 10, 2023
This extension blocks my ability to use Google Maps satellite view. I have removed the extension tested, reinstalled the extension and tested again. This extension is the only variable to Google Maps not working. May not be an issue for you, just wanted to let others know if you're experiencing issues.
ChrisApr 11, 2023
thank you!!! I was going crazy trying to build react project, finally im able to fetch everything! many thanks!!!
Frederik HenriksenApr 3, 2023
This extension causes server errors when working in Google Drive or Google Docs.
Prakash RaiyaMar 31, 2023
Great Extension, Please Convert it minifest v3
Stephen BassettMar 2, 2023
Couldn't connect to a REST API that a program sets up and also don't have any way to modify the headers on the server side. Only other thing that worked was opening Chrome with web security turned off however this was a much more convenient solution.
NicholasJun 23, 2022
interferes with Instagram when enabled
Hasan RedžovićMay 16, 2022
Regex doesn't work. It doesn't accept for example: ^(http:\/\/)(localhost:3006)(.*)$. Anything with "\" cannot be added. Also, some simple regex such as ^(.*localhost:3006.*)$ doesn't work. Even something like this won't match ^(.*l{1}o{1}.*)$ or ^(.*lo.*)$