MCPcopy Create free account
hub / github.com/Vinyzu/Botright / set_csp

Method set_csp

tests/server.py:171–172  ·  view source on GitHub ↗
(self, path: str, value: str)

Source from the content-addressed store, hash-verified

169 self.auth[path] = (username, password)
170
171 def set_csp(self, path: str, value: str) -> None:
172 self.csp[path] = value
173
174 def reset(self) -> None:
175 if self.request_subscribers:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected