Difference between revisions of "HTML5 - How to start chrome without security (GetUserMedia working)"

From GUILLARD WIKI
Jump to navigation Jump to search
(Created page with "On mac: - Open terminal - /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --unsafely-treat-as-secure="<code>http://localhost:8000</code>" (replace bh the requi...")
 
Line 2: Line 2:


- Open terminal
- Open terminal
- /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --unsafely-treat-as-secure="<code>http://localhost:8000</code>" (replace bh the required url)
- <code>/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --unsafely-treat-as-secure="http://localhost:8000</code>" (replace bh the required url)

Revision as of 11:05, 27 December 2016

On mac:

- Open terminal - /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --unsafely-treat-as-secure="http://localhost:8000" (replace bh the required url)