-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"File download was blocked" on Firefox 134.0.2 #70
Comments
Confirming this behavior. |
if you encounter the problem, get the full error messages from console tab by pressing F12. |
` 20:28:20.210 Expected ‘none’, URL, or filter function but found ‘Alpha(’. Error in parsing value for ‘filter’. Declaration dropped. BookReader.css:17:11 20:28:37.141 Source map error: Error: NetworkError when attempting to fetch resource. 20:31:18.534 GET 20:31:18.535 GET 20:31:18.535 GET 20:31:18.536 GET 20:31:18.536 GET 20:31:18.537 GET 20:31:18.537 GET 20:31:18.538 GET 20:31:18.571 GET 20:31:18.572 GET 20:31:18.573 GET 20:31:18.574 GET 20:31:18.575 GET 20:31:18.575 GET 20:31:18.626 XHRPOST POST 20:31:19.484 Cookie “br-loan-hermeticmuseumre0000vari” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite loan 20:32:40.541 GET 20:32:40.544 GET 20:32:40.964 Cookie “br-resume-[REDACTED]” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite plugin.resume.js:2:1497 20:32:44.694 POST 20:32:44.874 GET 20:32:44.876 GET 20:32:44.877 GET 20:32:44.878 GET 20:32:49.555 download hermeticmuseumre0000vari_1.pdf at 2025-01-31T18:32:49 content1.js:239:25 20:33:19.516 Cookie “br-loan-hermeticmuseumre0000vari” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite loan 20:35:25.962 Cookie “br-loan-hermeticmuseumre0000vari” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite loan |
@iFUCKINGHATEcomputers try disable other extensions, and enable thirdparty cookies. |
Try clearing cookies and site data. Then log back in. |
fuck yeah |
I get the following error prompt:
After clicking 'Download' on Firefox. Chromium did not reproduce the error, and downloaded the file correctly.
The text was updated successfully, but these errors were encountered: