fix: allow clipboard copy
This commit is contained in:
@@ -340,7 +340,7 @@ def _add_wasm_extension_frame_route(
|
|||||||
# Extension access goes through the parent bridge.
|
# Extension access goes through the parent bridge.
|
||||||
response.headers["Permissions-Policy"] = (
|
response.headers["Permissions-Policy"] = (
|
||||||
"camera=(), microphone=(), geolocation=(), payment=(), "
|
"camera=(), microphone=(), geolocation=(), payment=(), "
|
||||||
"clipboard-read=(), clipboard-write=(), usb=()"
|
"clipboard-read=(), usb=()"
|
||||||
)
|
)
|
||||||
response.headers["Referrer-Policy"] = "no-referrer"
|
response.headers["Referrer-Policy"] = "no-referrer"
|
||||||
response.headers["X-Content-Type-Options"] = "nosniff"
|
response.headers["X-Content-Type-Options"] = "nosniff"
|
||||||
|
|||||||
Reference in New Issue
Block a user