Skip to content

Commit

Permalink
reset COOKIE_DOMAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Jan 5, 2025
1 parent d1be98e commit df3f153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/utils/cookie.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isDevelopment, isSelfhosted, isBrowser } from '~/lib/constants'

const COOKIE_DOMAIN = 'bigfoot.swetrix.com'
const COOKIE_DOMAIN = 'swetrix.com'

const COOKIE_SUFFIX = isDevelopment || isSelfhosted ? '' : `; domain=${COOKIE_DOMAIN}; secure`

Expand Down

0 comments on commit df3f153

Please sign in to comment.