Upload / Up1

Client-side encrypted image host web server
MIT License
813 stars 97 forks source link

Setting an invalid key in the client config will NOT disable upload #63

Closed nshtg closed 4 years ago

nshtg commented 7 years ago

I just installed the newest version from git, bound the server to :8002 and redirect traffic using nginx to that port.

If I set a wrong api key, uploading with sharex fails, however setting no or a wrong key in the config.js of the client has no impact, I can still upload perfectly using the site.

Is this the wanted behaviour?!