Skip to content

Commit f57d5a1

Browse files
committed
chore: upgrade Electron to 41
We don't seem to be affected by breaking changes electron/website#1030. Regarding "PDFs no longer create a separate WebContents": we still disable PDF in WebXDC, disabling mime sniffing. And overall, I have not investigated this, but it sounds like a positive security change. Regarding "Updated Cookie Change Cause in the Cookie 'changed' Event": we don't utilize cookies. I have tested this a little. Works well. Disabling `IsolateSandboxedIframes` still seems to be required to make the "connectivity" dialog work.
1 parent 1ec52ed commit f57d5a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/target-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"application-config": "^3.0.0",
8282
"chai": "^5.1.1",
8383
"debounce": "^1.2.0",
84-
"electron": "^40.6.0",
84+
"electron": "^41.0.0",
8585
"electron-builder": "^26.7.0",
8686
"esbuild": "^0.25.0",
8787
"mocha": "^10.7.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)