Skip to content

Commit 22da843

Browse files
nornagonMarshallOfSound
authored andcommitted
s/now/not/ in allowRunningInsecureContent documentation (electron#12452)
1 parent 2e5cb93 commit 22da843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ window.eval = global.eval = function () {
390390

391391
_Recommendation is Electron's default_
392392

393-
By default, Electron will now allow websites loaded over `HTTPS` to load and
393+
By default, Electron will not allow websites loaded over `HTTPS` to load and
394394
execute scripts, CSS, or plugins from insecure sources (`HTTP`). Setting the
395395
property `allowRunningInsecureContent` to `true` disables that protection.
396396

0 commit comments

Comments
 (0)