UNPKG

364 BJavaScriptView Raw
1module.exports = {
2 files: {
3 allow: [],
4 allowOverrides: []
5 },
6 strings: {
7 deny: [],
8 denyOverrides: [
9 'gifting@notice.ft.com', // components/footnote.js:5
10 'test-forward@ftqa.org', // demos/demos-config.js:60
11 '737195aa-1347-11e6-839f-292294709880', // (example article UUID) demos/demos.js:58
12 'b@b.com' // test/data/actions.spec.js:14
13 ]
14 }
15};