saljam / webwormhole

Peer authenticated WebRTC.
BSD 3-Clause "New" or "Revised" License
1.82k stars 92 forks source link

files are not downloading on Firefox #89

Closed bbigras closed 3 years ago

bbigras commented 3 years ago

It's working with Chrome.

I'll try again without addons.

I see this but the download doesn't start. No error in the js console. image

EDIT: it works with a fresh firefox profile so the problem is probably an addon or my privacy settings.

bbigras commented 3 years ago

I fixed the problem by clearing my cache.

saljam commented 3 years ago

i was just about to suggest that! a "hard refresh" should also fix it in browsers that still allow that.

last release made some html and js refactoring and clearly my cache control headers weren't up to scratch. fix for that on its way.