KamWithK / exSTATic

Zero effort language learning reading tracker with graphs and stats
GNU General Public License v3.0
93 stars 7 forks source link

Problem exporting with Firefox. #18

Closed boccato closed 1 year ago

boccato commented 1 year ago

When I try to export the statistics I get this error message on the console (and nothing happens):

Error: Type error for parameter options (Error processing url: Error: Access denied for URL blob:https://kamwithk.github.io/f45f2507-56ef-468e-a29c-f77499c92cd4) for downloads.download.

I am using Firefox 110.0 (64bit) on windows 11 home.

KamWithK commented 1 year ago

Hey sorry about this Firefox and Chrome often take opposite stances on issues and so exSTATic will only work on one or the other until I patch it Here Firefox decided to disallow creating Blob download URLs in the background and Chrome decided to disallow it on the sites end 😅

I've fixed this issue

I'll create a new release shortly