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

Commit

Permalink
turn sourcepoint off for header component pa11y (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygnewman committed Apr 7, 2017
1 parent 0218b8b commit 0ea4389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/n-ui/header/pa11y-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
hideElements: '.n-skip-link, [href="#o-header-drawer"]',
page: {
headers: {
'FT-Flags': 'ads:off,javascript:on'
'FT-Flags': 'ads:off,sourcepoint:off,javascript:on'
}
}
},
Expand All @@ -30,7 +30,7 @@ module.exports = {
page: {
headers: {
'FT-Anonymous-User': true,
'FT-Flags': 'ads:off,javascript:on'
'FT-Flags': 'ads:off,sourcepoint:off,javascript:on'
}
}
},
Expand Down

0 comments on commit 0ea4389

Please sign in to comment.