We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc590f commit d02a2ddCopy full SHA for d02a2dd
js-cookie-monitor-debugger-hook.js
@@ -112,7 +112,7 @@ function init() {
112
let realDocumentCookieProperty = null;
113
114
// 用于区分是本插件自己调用的definePropertyIsMe还是外部调用的
115
- const definePropertyIsMe = "CC11001100-js-cookie-monitor-debugger-hook";
+ const definePropertyIsMe = Symbol("definePropertyIsMe");
116
117
// 页面内部的Object.defineProperty需要能够劫持一下
118
(function () {
0 commit comments