Showing posts with label security. Show all posts
Showing posts with label security. Show all posts

Sunday, October 18, 2020

How run Chrome without CORS security

Hello, it's a script for running chrome without CORS, on MacOSX (write it in one line).

#!/usr/bin/env bash
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args
--user-data-dir="/tmp/chrome_dev_test" --disable-web-security

For Linux, and Windows, this is script is some, just add some params.