diff --git a/src/purifier.js b/src/purifier.js index 28b4e04ac7af..a39f11a9ad45 100644 --- a/src/purifier.js +++ b/src/purifier.js @@ -100,6 +100,7 @@ export const TRIPLE_MUSTACHE_WHITELISTED_TAGS = [ */ export const WHITELISTED_ATTRS = [ // AMP-only attributes that don't exist in HTML. + 'amp-fx', 'fallback', 'heights', 'layout',