We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097533a commit c3fe80dCopy full SHA for c3fe80d
Rakefile
@@ -51,7 +51,13 @@ def check_site(options = {})
51
check_favicon: true,
52
check_opengraph: true,
53
file_ignore: ["#{dir}/google75bd212ec246ba4f.html"],
54
- url_ignore: ['/add', 'https://fonts.gstatic.com/'],
+ url_ignore: ['/add',
55
+ 'https://fonts.gstatic.com/',
56
+ 'https://abs.twimg.com',
57
+ 'https://cdn.syndication.twimg.com',
58
+ 'https://fonts.googleapis.com/',
59
+ 'https://pbs.twimg.com',
60
+ 'https://syndication.twitter.com'],
61
cache: { timeframe: '1w' }
62
}
63
HTMLProofer.check_directory(dir, defaults.merge(options)).run
0 commit comments