filips123 / PWAsForFirefox

A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox
https://pwasforfirefox.filips.si
Mozilla Public License 2.0
2.28k stars 52 forks source link

Can't add 9anime.to to FirefoxPWA #21

Closed pc-v2 closed 3 years ago

pc-v2 commented 3 years ago

image

filips123 commented 3 years ago

That site uses some "cookie protection" that requires the client to first execute some JavaScript to set a cookie and make another request with that cookie. Unfortunately, FirefoxPWA client can't determine that cookie easily so the request will always fail and return a broken manifest.

When I implement support for installing non-PWA sites, I will also add a switch to force disable manifest usage, so that could be a workaround for installing this site.

ThatOneCalculator commented 3 years ago

I know it's not a solution but 4anime.to is honestly better than 9anime.

filips123 commented 3 years ago

You will be able to uncheck "Use the manifest for determining app properties" when installing this site in the next release.