diff --git a/build-system/global-configs/canary-config.json b/build-system/global-configs/canary-config.json index 1e6b645b8d63..5d58a8ed1ff1 100644 --- a/build-system/global-configs/canary-config.json +++ b/build-system/global-configs/canary-config.json @@ -14,6 +14,7 @@ "expAdsenseA4A": 0.01, "a4aProfilingRate": 0.1, "ad-type-custom": 1, + "amp-access-iframe": 1, "amp-apester-media": 1, "amp-ima-video": 1, "amp-playbuzz": 1, diff --git a/build-system/global-configs/prod-config.json b/build-system/global-configs/prod-config.json index 53793e0fe580..54104b59048e 100644 --- a/build-system/global-configs/prod-config.json +++ b/build-system/global-configs/prod-config.json @@ -14,6 +14,7 @@ "expAdsenseA4A": 0.01, "a4aProfilingRate": 0.01, "ad-type-custom": 1, + "amp-access-iframe": 1, "amp-apester-media": 1, "amp-ima-video": 1, "amp-playbuzz": 1,