Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: propagate unsafely-treat-insecure-origin-as-secure to renderer children #33189

Merged
merged 2 commits into from Mar 9, 2022

Conversation

nornagon
Copy link
Member

@nornagon nornagon commented Mar 8, 2022

Description of Change

Fixes #15448. Modeled after Chrome: https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/chrome_content_browser_client.cc;l=1156;drc=e2cba64c183ae17816143ee344e6f7c81451555a

Checklist

Release Notes

Notes: Added support for the --unsafely-treat-insecure-origin-as-secure command-line flag.

@nornagon nornagon added no-backport semver/patch backwards-compatible bug fixes labels Mar 8, 2022
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Mar 8, 2022
@nornagon nornagon force-pushed the propagate-unsafely-treat-insecure-origin-as-secure branch from 3aa82fe to 45c5b14 Compare March 8, 2022 00:49
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Mar 9, 2022
@jkleinsc jkleinsc merged commit ebfcf89 into main Mar 9, 2022
@jkleinsc jkleinsc deleted the propagate-unsafely-treat-insecure-origin-as-secure branch March 9, 2022 15:15
@release-clerk
Copy link

release-clerk bot commented Mar 9, 2022

Release Notes Persisted

Added support for the --unsafely-treat-insecure-origin-as-secure command-line flag.

bavulapati pushed a commit to bavulapati/electron that referenced this pull request Apr 29, 2022
…hildren (electron#33189)

* fix: propagate unsafely-treat-insecure-origin-as-secure to renderer children

* fix build
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
…hildren (electron#33189)

* fix: propagate unsafely-treat-insecure-origin-as-secure to renderer children

* fix build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-backport semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Chromium's command-line switch --unsafely-treat-insecure-origin-as-secure
3 participants