MCPcopy
hub / github.com/yujiosaka/headless-chrome-crawler / setCSP

Method setCSP

test/server/index.js:58–60  ·  view source on GitHub ↗

* @param {string} path * @param {string} csp

(path, csp)

Source from the content-addressed store, hash-verified

56 * @param {string} csp
57 */
58 setCSP(path, csp) {
59 this._csps.set(path, csp);
60 }
61
62 /**
63 * @param {!string} path

Callers 1

index.test.jsFile · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected