You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2021. It is now read-only.
When accessing "https://send.firefox.com/" with Edge 18 (and maybe other version), the page's content doesn't shows:
The console says:
HTML1514: Une balise « <body> » supplémentaire a été trouvée. Seule une balise « <body> » doit être incluse par document.
send.firefox.com (77,7)
HTML1500: La balise ne peut pas se fermer automatiquement. Utilisez une balise de fermeture explicite.
send.firefox.com (91,17)
HTML1506: Le jeton est inattendu.
send.firefox.com (150,9)
SCRIPT1028: SCRIPT1028: Expected identifier, string or number
app.1ea9003f.js (23,163854)
These errors seems to be due to:
a noscript tag between head and body, lines 62 to 75 in the index page
<use xlink:href="wordmark.d113c385.svg#logo" />, line 91
a script tag after body, lines 150 to 184 to the index page
the syntax c={...t,args:s,insideTermReference:!0} not being supported by Edge
User agent :
Mozilla/5.0 (Windows NT 10.0; Win64; x64; ServiceUI 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363
When accessing "https://send.firefox.com/" with Edge 18 (and maybe other version), the page's content doesn't shows:
The console says:
These errors seems to be due to:
noscripttag betweenheadandbody, lines 62 to 75 in the index page<use xlink:href="wordmark.d113c385.svg#logo" />, line 91scripttag afterbody, lines 150 to 184 to the index pagec={...t,args:s,insideTermReference:!0}not being supported by EdgeUser agent :
Mozilla/5.0 (Windows NT 10.0; Win64; x64; ServiceUI 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363