Skip to content
Snippets Groups Projects

Secure Context workaround for Chromium

Merged SergioFLS Lastname requested to merge sergiofls/chromium:secure-context into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Prostagma Fp mentioned in merge request !5 (closed)

    mentioned in merge request !5 (closed)

  • Maintainer

    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.

  • ColdIce added 4 commits

    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

    Compare with previous version

  • ColdIce mentioned in commit 41535c3c

    mentioned in commit 41535c3c

  • merged

Please register or sign in to reply