From 2c5d0b7da7f86ce20b842d3391f94e823c5c7b08 Mon Sep 17 00:00:00 2001 From: Ari Chivukula Date: Wed, 21 Aug 2024 08:23:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b418e8d..eab8315 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ This header is important to ensure that, where partitioned popins are used for a #### Permissions Policy -A new policy directive, `popin`, will be added to control which frames can open partitioned popins. This directive will have a default value of `self` (not `*` as many directives do) to ensure that without affirmative action, cross-site iframes will not be able to open popins. +A new policy directive, `popins`, will be added to control which frames can open partitioned popins. This directive will have a default value of `self` (not `*` as many directives do) to ensure that without affirmative action, cross-site iframes will not be able to open popins. ### UX