This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(d, u) { | |
var s = d.createElement('script'); | |
s.src = u; | |
s.async = !!1; | |
(d.head || d.getElementsByTagName('head')[0]).appendChild(s); | |
}(document, 'https://gist.githubusercontent.com/benlambt/3a3cddcb17495fd4732e/raw/ac557da4c61e8f7b8ac78d8a57c29e333a1ba52b/snippet.js')); | |
(function(d){var a=d.createElement("script");a.src="https://gist.githubusercontent.com/benlambt/3a3cddcb17495fd4732e/raw/ac557da4c61e8f7b8ac78d8a57c29e333a1ba52b/snippet.js";a.async=!0;d.head.appendChild(a);}(document))(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A list of possible usernames to reserve to avoid | |
# vanity URL collision with resource paths | |
# It is a merged list of the recommendations from this Quora discussion: | |
# http://www.quora.com/How-do-sites-prevent-vanity-URLs-from-colliding-with-future-features | |
# Country TLDs found here: | |
# http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains | |
# Languages found here: |