Skip to content

Commit

Permalink
Make 404 page iframe credentialless as well
Browse files Browse the repository at this point in the history
Not sure if this is needed but I guess doesn't hurt
  • Loading branch information
benediktwerner committed Jan 12, 2023
1 parent 45beb45 commit 0414a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/base/notFound.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 0414a45

Please sign in to comment.