Merge branch 'deno-v1.39.0' into 'main'

Upgrade Deno to v1.39.0

See merge request soapbox-pub/ditto!77
This commit is contained in:
Alex Gleason 2023-12-17 17:06:08 +00:00
commit 44689ac781
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
image: denoland/deno:1.38.5
image: denoland/deno:1.39.0
default:
interruptible: true

View File

@ -1 +1 @@
deno 1.38.5
deno 1.39.0

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>