Skip to content

Commit

Permalink
Add amp-fx to the whitelist of attributes allowed on amp-list templat…
Browse files Browse the repository at this point in the history
…ed elements (#16913)
  • Loading branch information
nainar authored Jul 19, 2018
1 parent c697c07 commit b3ef5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/purifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b3ef5b8

Please sign in to comment.