|
|
|
|
|
by Volbohel
1015 days ago
|
|
Storing secrets in the cloud has been a top concern for me, which is why we don't do it and one of the main reasons why the code is open sourced. Currently secrets are just stored locally on desktop and web via IndexDB. I'd love to hear people's thoughts on this as well! |
|
Does the desktop app make direct HTTP requests to target resources? Or are they similarly to web-app proxied through recipeui.com?
Plus, is there a way for the web-app to bypass that proxy, when the target resource allows that in CORS (naturally)(or when there is some browser extension that does it on dev's side)?