Skip to content

Commit

Permalink
Improve a list of websites with problems
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Apr 27, 2024
1 parent e899fab commit ada421c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/docs/resources/specific-website-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ another website that is not on this list, please create a new issue or PR. If yo
that a website on this list follows the specifications, but cannot be installed because
of a bug in PWAsForFirefox, please create a new issue.

| Website | Details | Issue |
|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
| [Reddit](https://www.reddit.com/) | Reddit's manifest contains `shortcuts` items that use relative URLs. According [to the manifest specification](https://w3c.github.io/manifest/#processing-shortcut-items), shortcut URLs should be parsed with the manifest URL as the base URL, and the resulting URL should be within the scope (which is determined based on the document URL). Because the manifest is located on a different domain than the main website, shortcuts will be parsed with the wrong URL as a base and fail the required checks. | [#61](https://github.com/filips123/PWAsForFirefox/issues/61) |
| [Outlook (Live)](https://outlook.live.com/) | Outlook provides an invalid manifest (with invalid icon URLs) in non-English locales, which causes the installation to fail. For a workaround, you can manually install the English manifest from its URL using the command line: `firefoxpwa site install "https://outlook.live.com/mail/0/manifests/pwa.json?culture=en"` | [#353](https://github.com/filips123/PWAsForFirefox/issues/353), [#374](https://github.com/filips123/PWAsForFirefox/issues/374) |
| [Outlook (Office)](https://outlook.office.com/) | Same issue as above. For a workaround, you can manually install the English manifest from its URL using the command line: `firefoxpwa site install "https://outlook.office.com/mail/manifests/pwa.json?culture=en"` | [#353](https://github.com/filips123/PWAsForFirefox/issues/353), [#374](https://github.com/filips123/PWAsForFirefox/issues/374) |
| Website | Details | Issue |
|-------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
| [Old Reddit](https://old.reddit.com/) | Reddit's manifest contains `shortcuts` items that use relative URLs. According [to the manifest specification](https://w3c.github.io/manifest/#processing-shortcut-items), shortcut URLs should be parsed with the manifest URL as the base URL, and the resulting URL should be within the scope (which is determined based on the document URL). Because the manifest is located on a different domain than the main website, shortcuts will be parsed with the wrong URL as a base and fail the required checks. As a workaround, install Reddit without the manifest enabled or use the new Reddit design. | [#61](https://github.com/filips123/PWAsForFirefox/issues/61), [#485](https://github.com/filips123/PWAsForFirefox/issues/485) |
| [Outlook (Live)](https://outlook.live.com/) | Outlook provides an invalid manifest (with invalid icon URLs) in non-English locales, which causes the installation to fail. As a workaround, you can manually install the English manifest from its URL using the command line: `firefoxpwa site install "https://outlook.live.com/mail/0/manifests/pwa.json?culture=en"` | [#353](https://github.com/filips123/PWAsForFirefox/issues/353), [#374](https://github.com/filips123/PWAsForFirefox/issues/374) |
| [Outlook (Office)](https://outlook.office.com/) | Same issue as above. As a workaround, you can manually install the English manifest from its URL using the command line: `firefoxpwa site install "https://outlook.office.com/mail/manifests/pwa.json?culture=en"` | [#353](https://github.com/filips123/PWAsForFirefox/issues/353), [#374](https://github.com/filips123/PWAsForFirefox/issues/374) |
| [Crunchyroll](https://www.crunchyroll.com/) | A request to download the Crunchyroll's web app manifest is blocked by Cloudflare. As a workaround, install Crunchyroll without the manifest enabled. | [#482](https://github.com/filips123/PWAsForFirefox/issues/482) | | |

0 comments on commit ada421c

Please sign in to comment.