mediathekview / mediathekviewweb

Eine Weboberfläche als Alternative zum Java-Client
https://mediathekviewweb.de/
GNU General Public License v3.0
887 stars 67 forks source link

Mention cookies in error message #168

Open basicmaster opened 4 years ago

basicmaster commented 4 years ago

When the website is accessed with disabled cookies (or a cookies whitelist), the message "Dein Browser wird nicht unterstützt oder Javascript ist deaktiviert" is shown. However in my case the browser (recent Firefox) is supported and has JavaScript enabled - just the cookies are in general disabled, using a whitelist. So that error message should also mention cookies as reason.

bagbag commented 3 years ago

I think I should rather just remove the use of cookies and stick to localStorage only.