enso/app/ide-desktop/client
Adam Obuchowicz a64b2c0a08
Remove unnecessary chrome flags (#10619)
Fixes #10487

During my tests, these flags were not needed; without them, electron app displays exactly the same cert warnings as with them:
```
Loading the window address 'https://localhost:8080/?engine.projectManagerUrl=ws%3A%2F%2F127.0.0.1%3A30535'.
[30750:0722/121629.281911:ERROR:cert_verify_proc_builtin.cc(1051)] CertVerifyProcBuiltin for localhost failed:
----- Certificate i=0 (CN=127.0.0.1) -----
ERROR: No matching issuer found
```
in CLI and
![Screenshot from 2024-07-22 10-13-12](https://github.com/user-attachments/assets/82a73c9a-ca46-4880-b94e-e979d30ae97c)

in web console.
2024-07-29 15:00:50 +00:00
..
src Remove unnecessary chrome flags (#10619) 2024-07-29 15:00:50 +00:00
tasks Format TS code (#10648) 2024-07-26 17:47:59 +10:00
buildInfo.ts Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00
bundle.ts Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00
dist.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
electron-builder-config.ts Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00
entitlements.mac.plist Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
esbuildConfig.ts Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00
fileAssociations.ts Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00
package.json Still more dashboard fixes (#10573) 2024-07-17 23:52:27 +00:00
paths.ts Format TS code (#10648) 2024-07-26 17:47:59 +10:00
tsconfig.json Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00
watch.ts Restructure app/ide-desktop/client/ for consistency with other modules (#10649) 2024-07-26 15:14:31 +00:00