MCPcopy
hub / github.com/pallets/werkzeug / COEP

Class COEP

src/werkzeug/http.py:123–127  ·  view source on GitHub ↗

Cross Origin Embedder Policies

Source from the content-addressed store, hash-verified

121
122
123class COEP(Enum):
124 """Cross Origin Embedder Policies"""
125
126 UNSAFE_NONE = "unsafe-none"
127 REQUIRE_CORP = "require-corp"
128
129
130class COOP(Enum):

Callers 1

ResponseClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected