Secure Context workaround for Chromium
Adds the --unsafely-treat-insecure-origin-as-secure
flag to startChrome.bat
, on order to make some JavaScript features that are only available in HTTPS to work.
Merge request reports
Activity
Filter activity
mentioned in merge request !5 (closed)
Example game:
aa913fed-8b73-4edf-80b7-9ee9507ded14
which uses your microphone to play the game. With this fix the game actually works as expected.Thanks to !5 (closed) I was able to see which other games might use this feature:
- 767a378e-a600-4594-bcbf-5922fa6c8cb6
- ab234d07-f0d3-40b7-ae1c-eead928c8f08
Enabling this feature does not break existing games using Chrome!
The reason this is fix is needed:
getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See link for more details.
added 4 commits
-
96f02ff7...01e2bec3 - 3 commits from branch
flashpoint/components/support-packs/common-files:master
- 500b7f8e - use --unsafely-treat-insecure-origin-as-secure flag
-
96f02ff7...01e2bec3 - 3 commits from branch
mentioned in commit 41535c3c
Please register or sign in to reply