Skip to content

Commit 3b90008

Browse files
committed
Fix syntax of Permissions-Policy: compute-pressure
1 parent c959501 commit 3b90008

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/http/reference/headers/permissions-policy/compute-pressure

1 file changed

+1
-1
lines changed

files/en-us/web/http/reference/headers/permissions-policy/compute-pressure/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Third-party usage can be selectively enabled using the `allow` attribute on {{HT
4141
This HTTP response header disables compute pressure completely:
4242

4343
```http
44-
Permissions-Policy: {"compute-pressure": []}
44+
Permissions-Policy: compute-pressure=()
4545
```
4646

4747
## Specifications

0 commit comments

Comments
 (0)