MCPcopy Create free account
hub / github.com/angular/dev-infra / validateCookiePath

Function validateCookiePath

github-actions/saucelabs/set-saucelabs-env.js:16523–16532  ·  view source on GitHub ↗
(path4)

Source from the content-addressed store, hash-verified

16521 const code = name.charCodeAt(i);
16522 if (code < 33 || // exclude CTLs (0-31), SP and HT
16523 code > 126 || // exclude non-ascii and DEL
16524 code === 34 || // "
16525 code === 40 || // (
16526 code === 41 || // )
16527 code === 60 || // <
16528 code === 62 || // >
16529 code === 64 || // @
16530 code === 44 || // ,
16531 code === 59 || // ;
16532 code === 58 || // :
16533 code === 92 || // \
16534 code === 47 || // /
16535 code === 91 || // [

Callers 1

stringifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected