ash47 / OmegleMiddleMan

Lets you connect strangers to each other, and intercept messages AKA Man in the Middle Attack
233 stars 60 forks source link

Not remembering settings #11

Open willjad11 opened 7 years ago

willjad11 commented 7 years ago

The blackhole list and interests don't save through the browser. Not sure if I have to do that through the config files but that's not very user friendly anyway.

Yishaqel commented 7 years ago

If you don't edit the configuration will always return the default settings.

ash47 commented 7 years ago

There is currently no way to change the default blackhole list -- I can fix this -- you save stuff via an external config, the reason being that in theory, anyone can use your web interface, it's meant to support many people at once, so you dont want them saving configs randomly -- i guess i could store stuff in cookies, but then it might be lost pretty easily :/

On Fri, Sep 16, 2016 at 9:44 PM, tr1p0z notifications@github.com wrote:

If you don't edit the configuration will always return the default settings.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ash47/OmegleMiddleMan/issues/11#issuecomment-247580751, or mute the thread https://github.com/notifications/unsubscribe-auth/ADlKDpE3WcTFYQkLJv-H6pmEDmS6LAn4ks5qqoExgaJpZM4J-1-M .

willjad11 commented 7 years ago

You could put a password field in the config or something and then add a "save to config" option at the top of the web interface which would request that password before saving?