From 48241e191dc949a61d4236001f7766edbd557cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Mon, 29 Nov 2021 11:32:33 -0800 Subject: [PATCH 1/2] Add permissions policy integration --- static/specification.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/static/specification.html b/static/specification.html index b90baa53..7d77c40a 100644 --- a/static/specification.html +++ b/static/specification.html @@ -704,6 +704,22 @@

+
+

Permissions Policy integration

+

+ This specification defines a [=policy-controlled feature=] identified + by the string "monetization"". Its + default allowlist is `'self'`. +

+ +

HTTP Headers From 7b64bbc26903beab5b3f1f5f9410e55eaeef671d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Thu, 2 Dec 2021 17:30:25 -0800 Subject: [PATCH 2/2] typo --- static/specification.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/static/specification.html b/static/specification.html index 7d77c40a..658f4074 100644 --- a/static/specification.html +++ b/static/specification.html @@ -705,7 +705,9 @@

-

Permissions Policy integration

+

+ Permissions Policy integration +

This specification defines a [=policy-controlled feature=] identified by the string "monetization"". Its @@ -715,8 +717,8 @@

Permissions Policy integration

A document’s [=Document/permissions policy=] determines whether [^link^] elements are monetized - particularly in - third-party content, such as ifr. When disabled, monetization is - disabled and related events won't be dispatched. + third-party content, such as an [^iframe^]. When disabled, + monetization is disabled and related events won't be dispatched.