Skip to content

Commit

Permalink
Merge branch 'release/v2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Dec 30, 2024
2 parents ff9fead + 383bd28 commit 47c61c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const middleware = (request: NextRequest) => {
const nonce = Buffer.from(crypto.randomUUID()).toString("base64");
const cspHeader = `
default-src 'self';
script-src 'self' 'unsafe-eval' 'unsafe-inline' *.${DOMAIN_NAME} *.googletagmanager.com;
script-src 'self' 'unsafe-eval' 'unsafe-inline' *.${DOMAIN_NAME} analytics.ahrefs.com *.googletagmanager.com;
style-src 'self' 'unsafe-inline';
img-src 'self' blob: data:;
connect-src *;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sgcarstrends/web",
"description": "Statistics for car trends in Singapore. Data provided by Land Transport Authority (LTA)",
"version": "2.3.5",
"version": "2.3.6",
"license": "MIT",
"scripts": {
"build": "next build",
Expand Down

0 comments on commit 47c61c5

Please sign in to comment.