Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
123
class
COEP(Enum):
124
""
"Cross Origin Embedder Policies"
""
125
126
UNSAFE_NONE =
"unsafe-none"
127
REQUIRE_CORP =
"require-corp"
128
129
130
class
COOP(Enum):
Callers
1
Response
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected