Skip to content

mking-clari/disable-cors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

disable-cors

Test extension

# Load the extension
https://developer.chrome.com/extensions/getstarted

cd client

# Install packages
yarn

# Start server
yarn start

# Visit https://localhost:8083
# Open security tab in developer tools
# Add localhost.cer as a trusted certificate root in Keychain Manager
# The client makes a request to nytimes, which is protected by Access-Control-Allow-Origin: https://www.nytimes.com.

Publish extension

Zip the extension directory.
Upload the directory to the Chrome web store.

About

Zero configuration, open source extension to disable CORS everywhere https://chrome.google.com/webstore/detail/disable-cors/mghlhnfeimllfjdpacagfdmchnhbgfeh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published