enable wikibooks CSP for study and broadcast

dark-default
Thibault Duplessis 2021-11-04 14:16:50 +01:00
parent 8d28783baf
commit 5406b84c21
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ object show {
),
chessground = false,
zoomable = true,
csp = defaultCsp.withWebAssembly.some,
csp = defaultCsp.withWebAssembly.withWikiBooks.some,
openGraph = lila.app.ui
.OpenGraph(
title = rt.fullName,

View File

@ -52,7 +52,7 @@ object show {
robots = s.isPublic,
chessground = false,
zoomable = true,
csp = defaultCsp.withWebAssembly.withPeer.some,
csp = defaultCsp.withWebAssembly.withPeer.withWikiBooks.some,
openGraph = lila.app.ui
.OpenGraph(
title = s.name.value,