mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
s/now/not/ in allowRunningInsecureContent documentation (#12452)
This commit is contained in:
committed by
Samuel Attard
parent
2e5cb930de
commit
22da843efa
@@ -390,7 +390,7 @@ window.eval = global.eval = function () {
|
||||
|
||||
_Recommendation is Electron's default_
|
||||
|
||||
By default, Electron will now allow websites loaded over `HTTPS` to load and
|
||||
By default, Electron will not allow websites loaded over `HTTPS` to load and
|
||||
execute scripts, CSS, or plugins from insecure sources (`HTTP`). Setting the
|
||||
property `allowRunningInsecureContent` to `true` disables that protection.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user