Created
March 4, 2021 20:57
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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