From 044d2c4e93627deb78bd8daa5e99a867ff588adc Mon Sep 17 00:00:00 2001 From: Alan Doucette Date: Thu, 28 Jun 2018 16:08:13 -0400 Subject: [PATCH] Added amp-consent and amp-geo component mapping. --- src/Validate/Context.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Validate/Context.php b/src/Validate/Context.php index d0f3cc47..b15c72d3 100644 --- a/src/Validate/Context.php +++ b/src/Validate/Context.php @@ -80,10 +80,12 @@ class Context 'amp-audio' => 'https://cdn.ampproject.org/v0/amp-audio-0.1.js', 'amp-brightcove' => 'https://cdn.ampproject.org/v0/amp-brightcove-0.1.js', 'amp-carousel' => 'https://cdn.ampproject.org/v0/amp-carousel-0.1.js', + 'amp-consent' => 'https://cdn.ampproject.org/v0/amp-consent-0.1.js', 'amp-dailymotion' => 'https://cdn.ampproject.org/v0/amp-dailymotion-0.1.js', 'amp-facebook' => 'https://cdn.ampproject.org/v0/amp-facebook-0.1.js', 'amp-fit-text' => 'https://cdn.ampproject.org/v0/amp-fit-text-0.1.js', 'amp-font' => 'https://cdn.ampproject.org/v0/amp-font-0.1.js', + 'amp-geo' => 'https://cdn.ampproject.org/v0/amp-geo-0.1.js', 'amp-iframe' => 'https://cdn.ampproject.org/v0/amp-iframe-0.1.js', 'amp-instagram' => 'https://cdn.ampproject.org/v0/amp-instagram-0.1.js', 'amp-install-serviceworker' => 'https://cdn.ampproject.org/v0/amp-install-serviceworker-0.1.js',