fix: allow clipboard copy

This commit is contained in:
Vlad Stan
2026-07-08 11:54:57 +03:00
parent 1a5dc0da67
commit 7a071163cc
+1 -1
View File
@@ -340,7 +340,7 @@ def _add_wasm_extension_frame_route(
# Extension access goes through the parent bridge.
response.headers["Permissions-Policy"] = (
"camera=(), microphone=(), geolocation=(), payment=(), "
"clipboard-read=(), clipboard-write=(), usb=()"
"clipboard-read=(), usb=()"
)
response.headers["Referrer-Policy"] = "no-referrer"
response.headers["X-Content-Type-Options"] = "nosniff"