mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
deno fmt
This commit is contained in:
parent
00745c4df4
commit
b32eaca17d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue