mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(core): Lintfix cli package (#17125)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { AUTH_COOKIE_NAME } from '@/constants';
|
||||
import type { Request } from 'express';
|
||||
|
||||
import { AUTH_COOKIE_NAME } from '@/constants';
|
||||
|
||||
const BROWSER_ID_COOKIE_NAME = 'n8n-browserId';
|
||||
|
||||
const DISALLOWED_COOKIES = new Set([AUTH_COOKIE_NAME, BROWSER_ID_COOKIE_NAME]);
|
||||
|
||||
Reference in New Issue
Block a user