From 0414a45808a2b1a58346579577faff1d9c22a7be Mon Sep 17 00:00:00 2001 From: Benedikt Werner <1benediktwerner@gmail.com> Date: Thu, 12 Jan 2023 14:26:38 +0100 Subject: [PATCH] Make 404 page iframe credentialless as well Not sure if this is needed but I guess doesn't hurt --- app/views/base/notFound.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/base/notFound.scala b/app/views/base/notFound.scala index 130abac12f1a8..641b02bd1fb4c 100644 --- a/app/views/base/notFound.scala +++ b/app/views/base/notFound.scala @@ -33,7 +33,8 @@ object notFound: src := assetUrl(s"vendor/ChessPursuit/bin-release/index.html"), st.frameborder := 0, widthA := 400, - heightA := 500 + heightA := 500, + frame.credentialless ), p(cls := "credits")( a(href := "https://github.com/Saturnyn/ChessPursuit")("ChessPursuit"),