Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Ignore Doublick iframes in Pa11y test on the body 🐿 v2.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesandres committed Jan 9, 2020
1 parent 7df001a commit 744f3d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/layout/pa11y-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
pa11yData: [
{
rootElement: 'html',
hideElements: '.n-skip-link',
hideElements: '.n-skip-link, iframe[src*=doubleclick]',
page: {
headers: {
'FT-Flags': 'ads:off,javascript:off'
Expand All @@ -15,7 +15,7 @@ module.exports = {
},
{
rootElement: 'html',
hideElements: '.n-skip-link',
hideElements: '.n-skip-link, iframe[src*=doubleclick]',
page: {
headers: {
'FT-Flags': 'ads:off,javascript:on'
Expand Down

0 comments on commit 744f3d9

Please sign in to comment.