iffy / lhtml

An app for working with local HTML files.
Apache License 2.0
85 stars 4 forks source link

Remove auto-update ACL entry in dropRequest #29

Closed iffy closed 7 years ago

iffy commented 7 years ago

To get auto-updating to work, we have to allow HTTP requests to GitHub. I haven't yet found a way to disable HTTP requests initiated by BrowserWindows and webviews while still allowing main.js to make requests -- it's all or nothing right now :(

So, this issue is fixed once HTTP requests to GitHub are not allowed from BrowserWindows and webviews.