Skip to content

Commit

Permalink
test_app: Add controlled-frame permissions policy (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasephillips authored Sep 19, 2024
1 parent 5171f77 commit 11d294c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test_app/.well-known/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"theme_color": "white",
"background_color": "white",
"isolated_storage": true,
"version": "1.0.0",
"version": "1.0.1",
"permissions_policy": {
"cross-origin-isolated": [
"self"
]
"controlled-frame": ["self"],
"cross-origin-isolated": ["self"]
}
}

0 comments on commit 11d294c

Please sign in to comment.