fix: Allow disabling of webinstaller files to avoid confusion with actual installers#6575
Conversation
🦋 Changeset detectedLatest commit: 233acfc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
✔️ Deploy Preview for car-park-attendant-cleat-11576 ready! 🔨 Explore the source changes: 233acfc 🔍 Inspect the deploy log: https://app.netlify.com/sites/car-park-attendant-cleat-11576/deploys/61f02f866cebba0008d9dce9 😎 Browse the preview: https://deploy-preview-6575--car-park-attendant-cleat-11576.netlify.app |
|
Please also add a |
This PR allows the disabling of web installer files for
electron-updaterwhen it is only expected that a full installer should be downloaded.This prevents a potential flaw in which an attacker using a webinstaller could serve a package not authorized by the developer to the end-user with malicious code inside.