We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e810dcb commit caa6fceCopy full SHA for caa6fce
1 file changed
Script/unHttpOnly.js
@@ -12,8 +12,6 @@ cookies.forEach((ck, i) => {
12
modifiedHeaders[key] = ck.replace(/@/g, ',');
13
});
14
15
-console.log(JSON.stringify(modifiedHeaders));
16
-
17
$.done({ headers: modifiedHeaders });
18
19
// https://github.com/chavyleung/scripts/blob/master/Env.js
0 commit comments