Taskbar PWA wrongly GET-ting homepage
I pinned an address like https://www.example.com/necessary/path/so/this/works but when I open my PWA firefox connects to https://www.example.com which by some genius design throws me to a different website if I am not logged in. So I have to access the correct path from a regular FF window, then log in, then open my PWA.
PWAs must connect to the correct address (https://www.example.com/necessary/path/so/this/works), NOT the home page (http://www.example.com)
Is there a fix for this? How can I fix this?
所有回复 (1)
There's a bug tracked: https://bugzilla.mozilla.org/show_bug.cgi?id=1993834
(Including a potential workaround to edit the manifest by hand.)