We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae9f0ec + 252dc13 commit c0ac8fdCopy full SHA for c0ac8fd
.github/CODEOWNERS
@@ -0,0 +1,2 @@
1
+# Automatically add our team to each pull request in this repo
2
+* @github/pages-reviewers
lib/github-pages-health-check/domain.rb
@@ -283,7 +283,7 @@ def pages_dot_github_dot_com?
283
284
# Is this domain owned by GitHub?
285
def github_domain?
286
- !!host.downcase.end_with?("github.com")
+ !!host.match(/(\A|\.)github\.com\.?\z/i)
287
end
288
289
# Is the host our Fastly CNAME?
0 commit comments