-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore _ym_debug in the COOKIES_WHITELIST
8ed48a34efaca30c8cdabd50c351d11cba72c0c5
- Loading branch information
sabio
committed
Apr 17, 2024
1 parent
1c26011
commit 05fe65a
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export const DEBUG_STORAGE_FLAG = 'debug' as const; | ||
export const DEBUG_CTX_FLAG = `_ym_${DEBUG_STORAGE_FLAG}` as const; | ||
export const DEBUG_URL_PARAM = DEBUG_CTX_FLAG; | ||
export const DEBUG_COOKIE = DEBUG_CTX_FLAG; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters