-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace error page animations by static images #1057
Comments
Is |
See also e0de2fd. I have put the images in the original |
It is permitted to use animated SVG files for this. |
I've spent 15 minutes searching for OK looking CSS animated SVGs, didn't find any. |
Please (re)center the 404 page: https://test.sram.surf.nl/anythinghere |
Re-centered 404 in 81e7420 |
The animated error pages currently use the lottie-player module, which is quite large and can be run with a strict CSP (see #764).
Therefore, we should replace the animated pages by a nice static images.
The following pages should be fixed:
client/src/pages/DeadEnd.jsx
--> https://sram.surf.nl/dead-endclient/src/pages/NotFound.jsx
--> https://sram.surf.nl/anythinghereclient/src/pages/ServerError.jsx
--> https://sram.surf.nl/errorclient/src/pages/ServiceDenied.jsx
--> https://sram.surf.nl/service-denied?service_name=Pippie+Langkous&error_status=4&entity_id=Kakelbont&issuer_id=hoipiepeloi&user_id=pippie%40sram.surf.nl@FlorisFokkinga could you propose what these pages should look like?
The text was updated successfully, but these errors were encountered: