Cross Domain 회피

rada·2023년 9월 20일

[For Windows]

  1. Close all open windows

2.관리자 권한으로 Chrome Icon property(속성) 입력

--args
--disable-web-security
--user-data-dir

[For Mac]

open -n -a /Applications/Google\ 
Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-
dir="/tmp/chrome_dev_test" --disable-web-security
profile
So that my future self will not be ashamed of myself.

0개의 댓글