Skip to content

Instantly share code, notes, and snippets.

@anataliocs
Created March 4, 2021 20:57
Show Gist options
  • Save anataliocs/37461bda4eeceb87cf2522505a6d8d4e to your computer and use it in GitHub Desktop.
Save anataliocs/37461bda4eeceb87cf2522505a6d8d4e to your computer and use it in GitHub Desktop.
Open a new Chrome window in incognito with a totally separate user profile in a new window with the following disabled: Web security Cache and Various flags about http security and CORS
open -na Google\ Chrome --args --user-data-dir=/tmp/temporary-chrome-profile-dir --disable-web-security --incognito --media-cache-size=1 --disk-cache-size=1 --new-window --allow-insecure-localhost --ignore-certificate-errors-spki-list --unsafely-treat-insecure-origin-as-secure --aggressive-cache-discard --cors-exempt-headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment