Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/krakenjs/lusca
/ mapCookies
Function
mapCookies
test/csrf.js:15–19 ·
view source on GitHub ↗
(cookies)
Source
from the content-addressed store, hash-verified
13
value:
'cookie'
14
}],
15
mapCookies =
function
(cookies) {
16
return
cookies.map(
function
(r) {
17
return
r.replace(
"; path=/; httponly"
,
""
);
18
}).join(
"; "
);
19
};
20
21
22
describe(
'CSRF'
,
function
() {
Callers
1
csrf.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected