Hello, portainer it's a web GUI for managing of docker images. Is possible work as a local docker so and as remote.
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
Subscribe to:
Posts (Atom)