rejetto / hfs

HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
GNU General Public License v3.0
2.29k stars 227 forks source link

Is it possible to adapt to more versions of Chromium? #473

Closed de7ang closed 9 months ago

de7ang commented 9 months ago

Older versions of Chromium are unable to display the page, and some buttons cannot be clicked. Is it possible to adapt to more versions of Chromium?

rejetto commented 9 months ago

you should at least specify what version are you talking about

de7ang commented 9 months ago

Chromium 43.0.2357.65 and 63.0.3239.132:unable to display the page Chromium 86.0.4240.198:some buttons cannot be clicked By the way, can you restrict download speeds for different IP ranges?

rejetto commented 9 months ago

i need BigInt for login encryption, that was introduced in version 67. Specifically, I'm using this lib https://github.com/midonet/tssrp6a I didn't find a better one for SRP.

What buttons don't work with 86 ?

de7ang commented 9 months ago

i need BigInt for login encryption, that was introduced in version 67. Specifically, I'm using this lib https://github.com/midonet/tssrp6a I didn't find a better one for SRP.

What buttons don't work with 86 ?

2024-02-02_220112

rejetto commented 9 months ago

i got chrome 69 for testing, and now things should be better. this is a preview version hfs-windows.zip a feedback would be appreciated

de7ang commented 9 months ago

i got chrome 69 for testing, and now things should be better. this is a preview version hfs-windows.zip a feedback would be appreciated

The button can be clicked normally now, thank you. Thumbs up for your work, don't push yourself too hard, and take care of yourself.

rejetto commented 9 months ago

brilliant!