ShaunLWM / Ponie

πŸ’Ύ A desktop application for controlling your seedbox's instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

secure-electron-template

A current electron app template with the most popular frameworks, designed and built with security in mind. (If you are curious about what makes an electron app secure, please check out this page)

Banner

Banner built with banner-maker!

Demo

Demo

Features

Taken from the best-practices official page, here is what this repository offers!

  1. Only load secure content - (Need help!)
  2. Do not enable node.js integration for remote content - βœ…
  3. Enable context isolation for remote content - βœ…
  4. Handle session permission requests from remote content - βœ…
  5. Do not disable websecurity - βœ…
  6. Define a content security policy - βœ…
  7. Do not set allowRunningInsecureContent to true - βœ…
  8. Do not enable experimental features - βœ…
  9. Do not use enableBlinkFeatures - βœ…
  10. Do not use allowpopups - βœ…
  11. <webview> verify options and params - βœ…
  12. Disable or limit navigation - βœ…
  13. Disable or limit creation of new windows - βœ…
  14. Do not use openExternal with untrusted content - βœ…
  15. Disable remote module - βœ…
  16. Filter the remote module - βœ…
  17. Use a current version of electron - βœ…

Included frameworks

Built-in to this template are a number of popular frameworks already wired up to get you on the road running.

Roadmap

There are a number of additions that I'd like to implement in this repository, namely auto-updating and more release-focused enhancements and test suites, but those are lower priority (but I welcome PRs!).

Architecture

For a more detailed view of the architecture of the template, please check out here. I would highly recommend reading this document to get yourself familiarized with this template.

How to get started

Click the Use this template button to get started.

Alternatively, if you want to fork and contribute to the template, you can follow these commands:

git clone https://github.com/reZach/secure-electron-template.git
cd secure-electron-template
npm i
npm run dev

FAQ

Please see our faq for any common questions you might have.

Show us your apps!

If you've built any applications with our template, we'd love to see them!.

About

πŸ’Ύ A desktop application for controlling your seedbox's instances

License:MIT License


Languages

Language:JavaScript 98.8%Language:HTML 1.2%