Skip to content

Commit

Permalink
Include amp-state as allowed protocol for amp-list
Browse files Browse the repository at this point in the history
Cherry-picks commit from #4548
  • Loading branch information
westonruter committed Jul 6, 2020
1 parent 3f70675 commit 4e4d6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/sanitizers/class-amp-allowed-tags-generated.php
Original file line number Diff line number Diff line change
Expand Up @@ -4070,6 +4070,7 @@ class AMP_Allowed_Tags_Generated {
'allow_relative' => true,
'protocol' => array(
'https',
'amp-state',
),
),
),
Expand Down

0 comments on commit 4e4d6ec

Please sign in to comment.