Skip to content

Commit

Permalink
Added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Feb 3, 2019
1 parent cb51312 commit a115bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ app.on('activate', () => {
})

// Workarounds to allow accessing self-signed HTTPS sites
// @TODO: Add this as an opt-in from the UI somehow?
// @TODO: Add this as an opt-in from the UI somehow? It's useful in some cases, but poses security risks for most
app.on('certificate-error', (event, webContents, url, error, certificate, callback) => {
// On certificate error we disable default behaviour (stop loading the page)
// and we then say "it is all fine - true" to the callback
Expand Down

0 comments on commit a115bdd

Please sign in to comment.