Skip to content

Commit

Permalink
Add tests for participate.whatwg.org
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Dec 15, 2017
1 parent ec791b3 commit 103b860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/certs.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const DOMAINS = [
'n.whatwg.org',
'notifications.spec.whatwg.org',
'quirks.spec.whatwg.org',
'participate.whatwg.org',
'resources.whatwg.org',
'spec.whatwg.org',
'specs.whatwg.org',
Expand Down
1 change: 1 addition & 0 deletions test/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const HTTP_TESTS = [
['http://mimesniff.spec.whatwg.org/', 301, 'https://mimesniff.spec.whatwg.org/', 'keep'],
['http://n.whatwg.org/', 301, 'https://n.whatwg.org/', 'keep'],
['http://notifications.spec.whatwg.org/', 301, 'https://notifications.spec.whatwg.org/', 'keep'],
['http://participate.whatwg.org/', 301, 'https://participate.whatwg.org/', 'keep'],
['http://quirks.spec.whatwg.org/', 301, 'https://quirks.spec.whatwg.org/', 'keep'],
['http://resources.whatwg.org/', 301, 'https://resources.whatwg.org/', 'keep'],
['http://spec.whatwg.org/', 301, 'https://spec.whatwg.org/', 'keep'],
Expand Down

0 comments on commit 103b860

Please sign in to comment.