Skip to content

Commit 2c5ed05

Browse files
committed
Fix cookie vulnerability
1 parent c3be798 commit 2c5ed05

File tree

27 files changed

+42
-750
lines changed

27 files changed

+42
-750
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ node_modules
55
.vercel
66
.netlify
77
.wrangler
8-
.svelte-kit/*
9-
build/*
8+
/.svelte-kit
9+
/build
1010

1111
# OS
1212
.DS_Store
@@ -21,3 +21,5 @@ Thumbs.db
2121
# Vite
2222
vite.config.js.timestamp-*
2323
vite.config.ts.timestamp-*
24+
25+
.gitpod.yml

htmltoolkit/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ Thumbs.db
2121
# Vite
2222
vite.config.js.timestamp-*
2323
vite.config.ts.timestamp-*
24+
25+
.gitpod.yml

htmltoolkit/.svelte-kit/ambient.d.ts

Lines changed: 0 additions & 347 deletions
This file was deleted.

0 commit comments

Comments
 (0)