Niklas Wenzel

Results 243 comments of Niklas Wenzel

Thanks for reporting! As requested [on the previous issue](https://github.com/electron/electron/issues/48931#issuecomment-3530507315), could you please download [Electron Fiddle](https://www.electronjs.org/fiddle), paste your example app into it, and upload it as a GitHub gist from Fiddle?...

@miridih-jujang Could you please confirm if this reproduces your issue? If not, could you please create your own Fiddle gist? We will close this issue if the info is not...

Thanks for reporting! Commit range: https://github.com/electron/electron/compare/v36.6.0...v36.7.0 As an immediate fix, you can [set the user agent manually](https://www.electronjs.org/docs/latest/api/web-contents#contentssetuseragentuseragent).

Thanks for filing this issue and tracking it down to the version that broke this! Commit range: https://github.com/electron/electron/compare/v24.0.0...v24.1.0 This was probably caused by https://github.com/electron/electron/pull/37839 (backport of https://github.com/electron/electron/pull/37756). Do you know...

Thanks for reporting back! I got the feedback from the team that the CSP should never apply to preload scripts and that it's a bug that it does.

Updated feedback: This might actually be working as intended. This is the explanation that I got (which, to be honest, I don't fully understand): "Without `contextIsolation`, we can't conditionally enforce...

@arnav-54 Could you please sign your commits? (See the automated comment above.)

Whether macOS 26 gives you the new corners probably depends on the macOS SDK version that your Electron build is linked against. I'm sure we'll upgrade the macOS SDK to...

Possible workaround that another maintainer shared with me: You might be able to get the new corners by modifying `LC_BUILD_VERSION` in the mach-o header. (That's what macOS uses to find...