https://webappgsd.grupposandonato.it no (longer) working Topic is solved

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
Lucio Chiappetti
Keeps coming back
Keeps coming back
Posts: 771
Joined: 2014-09-01, 15:11
Location: Milan Italy

https://webappgsd.grupposandonato.it no (longer) working

Unread post by Lucio Chiappetti » 2024-06-17, 19:56

The home page of this hospital site (to retrieve laboratory tests) does no longer work. A blank page comes out.
In the past it should have worked since I have saved the username and password (I managed to do the login and retrieval in Chrome pasting them without saving from the Pale Moon saved logins.
The Tools->Developer tools->Network gives this error.

Code: Select all

21:42:02.449 TypeError: Intl.DisplayNames is not a constructor[Learn More]  main.fb1b2e56.js:2:54517
From View Source it seems perhaps it does not recognise Javascript support ?
The reasonable man adapts himself to the world: the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. (G.B. Shaw)

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 37665
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: https://webappgsd.grupposandonato.it no (longer) working

Unread post by Moonchild » 2024-06-17, 20:39

Knows issue: Issue #2475 (UXP)

Until we have an implementation for this, I'm afraid there's little we can do to help with compatibility.
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
adoxa
Lunatic
Lunatic
Posts: 425
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: https://webappgsd.grupposandonato.it no (longer) working

Unread post by adoxa » 2024-06-18, 01:51

Here's a Modify HTTP Response filter to work around it (as far as I can tell it makes no use of the resulting value, but if you see "<Italian>" somewhere...).

Code: Select all

[["webappgsd.grupposandonato.it",["/static\\/js\\/main./",["new Intl.DisplayNames([\"it\"],{type:\"language\"})","\"<Italian>\""]]]]

Lucio Chiappetti
Keeps coming back
Keeps coming back
Posts: 771
Joined: 2014-09-01, 15:11
Location: Milan Italy

Re: https://webappgsd.grupposandonato.it no (longer) working

Unread post by Lucio Chiappetti » 2024-06-18, 09:10

Thanks adoxa, in conjunction with viewtopic.php?f=70&t=29327&start=120#p241572 it works perfectly !!
(the "conjunction" means the trick to concatenate two independent filters ... without screwing the old one, checked)

PS: is there anything I can do to report the issue to the site administrators (if it is worth it) ?