This commit is contained in:
Alex Gleason 2023-12-17 11:03:40 -06:00
parent 00745c4df4
commit b32eaca17d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ const oauthController: AppController = (c) => {
c.res.headers.set(
'content-security-policy',
'default-src \'self\' \'sha256-m2qD6rbE2Ixbo2Bjy2dgQebcotRIAawW7zbmXItIYAM=\'',
"default-src 'self' 'sha256-m2qD6rbE2Ixbo2Bjy2dgQebcotRIAawW7zbmXItIYAM='",
);
return c.html(`<!DOCTYPE html>