Commit Graph

5 Commits

Author SHA1 Message Date
Robo 8fb5ea0142 feat: use custom tag instead of custom version for MS electron releases (#181309)
* feat: use custom tag instead of custom version for MS electron releases

* chore: bump @vscode/gulp-electron

* chore: move build id to .yarnrc

* chore: rename enableUNCAccessChecks => restrictUNCAccess

* chore: update electron@22.3.11

* chore: add build info to about dialog

* chore: simplify helper function

* chore: remove unused node.js checksums

* chore: bump nodejs internal version

* chore: bump distro

* fix: revert changes to sign.ts

* chore: bump distro
2023-06-17 03:03:35 +02:00
Benjamin Pasero 04f7885c54 UNC allow list checks cannot be disabled in extension host (#184989) (#185083)
* UNC allow list checks cannot be disabled in extension host (#184989)

* Update src/vs/base/node/unc.js

Co-authored-by: Robo <hop2deep@gmail.com>

---------

Co-authored-by: Robo <hop2deep@gmail.com>
2023-06-14 10:25:30 +02:00
Benjamin Pasero 558e126e53 UNC host allow list should be case insensitive (fix #182277) (#182757)
* UNC host allow list should be case insensitive (fix #182277)

* only use `toLowerCase()`
2023-05-22 23:35:45 +09:00
Benjamin Pasero b4a2a006a3 Allow to disable UNC access restrictions (fix #182055) (#182755) 2023-05-17 22:32:43 +09:00
Benjamin Pasero 2e671b3a29 UNC follow up changes (#181946)
* settings include update

* more cleanup
2023-05-09 22:02:51 +02:00