Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

1834 rader
69 KiB

  1. // Created by go generate; DO NOT EDIT
  2. // Copyright 2014 The Go Authors. All rights reserved.
  3. // Use of this source code is governed by a BSD-style
  4. // license that can be found in the LICENSE file.
  5. package gosrc
  6. const (
  7. goRepoPath = 1
  8. packagePath = 2
  9. )
  10. var pathFlags = map[string]int{
  11. "C": 2,
  12. "archive": 1,
  13. "archive/tar": 3,
  14. "archive/zip": 3,
  15. "bufio": 3,
  16. "builtin": 3,
  17. "bytes": 3,
  18. "cmd": 1,
  19. "cmd/addr2line": 3,
  20. "cmd/asm": 3,
  21. "cmd/asm/internal": 1,
  22. "cmd/asm/internal/arch": 3,
  23. "cmd/asm/internal/asm": 3,
  24. "cmd/asm/internal/flags": 3,
  25. "cmd/asm/internal/lex": 3,
  26. "cmd/cgo": 3,
  27. "cmd/compile": 3,
  28. "cmd/compile/internal": 1,
  29. "cmd/compile/internal/amd64": 3,
  30. "cmd/compile/internal/arm": 3,
  31. "cmd/compile/internal/arm64": 3,
  32. "cmd/compile/internal/gc": 3,
  33. "cmd/compile/internal/mips": 3,
  34. "cmd/compile/internal/mips64": 3,
  35. "cmd/compile/internal/ppc64": 3,
  36. "cmd/compile/internal/s390x": 3,
  37. "cmd/compile/internal/ssa": 3,
  38. "cmd/compile/internal/syntax": 3,
  39. "cmd/compile/internal/test": 3,
  40. "cmd/compile/internal/x86": 3,
  41. "cmd/cover": 3,
  42. "cmd/dist": 3,
  43. "cmd/doc": 3,
  44. "cmd/fix": 3,
  45. "cmd/go": 3,
  46. "cmd/gofmt": 3,
  47. "cmd/internal": 1,
  48. "cmd/internal/bio": 3,
  49. "cmd/internal/browser": 3,
  50. "cmd/internal/dwarf": 3,
  51. "cmd/internal/gcprog": 3,
  52. "cmd/internal/goobj": 3,
  53. "cmd/internal/obj": 3,
  54. "cmd/internal/obj/arm": 3,
  55. "cmd/internal/obj/arm64": 3,
  56. "cmd/internal/obj/mips": 3,
  57. "cmd/internal/obj/ppc64": 3,
  58. "cmd/internal/obj/s390x": 3,
  59. "cmd/internal/obj/x86": 3,
  60. "cmd/internal/objfile": 3,
  61. "cmd/internal/sys": 3,
  62. "cmd/link": 3,
  63. "cmd/link/internal": 1,
  64. "cmd/link/internal/amd64": 3,
  65. "cmd/link/internal/arm": 3,
  66. "cmd/link/internal/arm64": 3,
  67. "cmd/link/internal/ld": 3,
  68. "cmd/link/internal/mips": 3,
  69. "cmd/link/internal/mips64": 3,
  70. "cmd/link/internal/ppc64": 3,
  71. "cmd/link/internal/s390x": 3,
  72. "cmd/link/internal/x86": 3,
  73. "cmd/nm": 3,
  74. "cmd/objdump": 3,
  75. "cmd/pack": 3,
  76. "cmd/pprof": 3,
  77. "cmd/pprof/internal": 1,
  78. "cmd/pprof/internal/commands": 3,
  79. "cmd/pprof/internal/driver": 3,
  80. "cmd/pprof/internal/fetch": 3,
  81. "cmd/pprof/internal/plugin": 3,
  82. "cmd/pprof/internal/report": 3,
  83. "cmd/pprof/internal/svg": 3,
  84. "cmd/pprof/internal/symbolizer": 3,
  85. "cmd/pprof/internal/symbolz": 3,
  86. "cmd/pprof/internal/tempfile": 3,
  87. "cmd/trace": 3,
  88. "cmd/vendor": 1,
  89. "cmd/vendor/golang.org": 1,
  90. "cmd/vendor/golang.org/x": 1,
  91. "cmd/vendor/golang.org/x/arch": 1,
  92. "cmd/vendor/golang.org/x/arch/arm": 1,
  93. "cmd/vendor/golang.org/x/arch/arm/armasm": 3,
  94. "cmd/vendor/golang.org/x/arch/ppc64": 1,
  95. "cmd/vendor/golang.org/x/arch/ppc64/ppc64asm": 3,
  96. "cmd/vendor/golang.org/x/arch/x86": 1,
  97. "cmd/vendor/golang.org/x/arch/x86/x86asm": 3,
  98. "cmd/vet": 3,
  99. "cmd/vet/internal": 1,
  100. "cmd/vet/internal/cfg": 3,
  101. "cmd/vet/internal/whitelist": 3,
  102. "compress": 1,
  103. "compress/bzip2": 3,
  104. "compress/flate": 3,
  105. "compress/gzip": 3,
  106. "compress/lzw": 3,
  107. "compress/zlib": 3,
  108. "container": 1,
  109. "container/heap": 3,
  110. "container/list": 3,
  111. "container/ring": 3,
  112. "context": 3,
  113. "crypto": 3,
  114. "crypto/aes": 3,
  115. "crypto/cipher": 3,
  116. "crypto/des": 3,
  117. "crypto/dsa": 3,
  118. "crypto/ecdsa": 3,
  119. "crypto/elliptic": 3,
  120. "crypto/hmac": 3,
  121. "crypto/internal": 1,
  122. "crypto/internal/cipherhw": 3,
  123. "crypto/md5": 3,
  124. "crypto/rand": 3,
  125. "crypto/rc4": 3,
  126. "crypto/rsa": 3,
  127. "crypto/sha1": 3,
  128. "crypto/sha256": 3,
  129. "crypto/sha512": 3,
  130. "crypto/subtle": 3,
  131. "crypto/tls": 3,
  132. "crypto/x509": 3,
  133. "crypto/x509/pkix": 3,
  134. "database": 1,
  135. "database/sql": 3,
  136. "database/sql/driver": 3,
  137. "debug": 1,
  138. "debug/dwarf": 3,
  139. "debug/elf": 3,
  140. "debug/gosym": 3,
  141. "debug/macho": 3,
  142. "debug/pe": 3,
  143. "debug/plan9obj": 3,
  144. "encoding": 3,
  145. "encoding/ascii85": 3,
  146. "encoding/asn1": 3,
  147. "encoding/base32": 3,
  148. "encoding/base64": 3,
  149. "encoding/binary": 3,
  150. "encoding/csv": 3,
  151. "encoding/gob": 3,
  152. "encoding/hex": 3,
  153. "encoding/json": 3,
  154. "encoding/pem": 3,
  155. "encoding/xml": 3,
  156. "errors": 3,
  157. "expvar": 3,
  158. "flag": 3,
  159. "fmt": 3,
  160. "go": 1,
  161. "go/ast": 3,
  162. "go/build": 3,
  163. "go/constant": 3,
  164. "go/doc": 3,
  165. "go/format": 3,
  166. "go/importer": 3,
  167. "go/internal": 1,
  168. "go/internal/gccgoimporter": 3,
  169. "go/internal/gcimporter": 3,
  170. "go/parser": 3,
  171. "go/printer": 3,
  172. "go/scanner": 3,
  173. "go/token": 3,
  174. "go/types": 3,
  175. "hash": 3,
  176. "hash/adler32": 3,
  177. "hash/crc32": 3,
  178. "hash/crc64": 3,
  179. "hash/fnv": 3,
  180. "html": 3,
  181. "html/template": 3,
  182. "image": 3,
  183. "image/color": 3,
  184. "image/color/palette": 3,
  185. "image/draw": 3,
  186. "image/gif": 3,
  187. "image/internal": 1,
  188. "image/internal/imageutil": 3,
  189. "image/jpeg": 3,
  190. "image/png": 3,
  191. "index": 1,
  192. "index/suffixarray": 3,
  193. "internal": 1,
  194. "internal/nettrace": 3,
  195. "internal/pprof": 1,
  196. "internal/pprof/profile": 3,
  197. "internal/race": 3,
  198. "internal/singleflight": 3,
  199. "internal/syscall": 1,
  200. "internal/syscall/windows": 3,
  201. "internal/syscall/windows/registry": 3,
  202. "internal/syscall/windows/sysdll": 3,
  203. "internal/testenv": 3,
  204. "internal/trace": 3,
  205. "io": 3,
  206. "io/ioutil": 3,
  207. "log": 3,
  208. "log/syslog": 3,
  209. "math": 3,
  210. "math/big": 3,
  211. "math/cmplx": 3,
  212. "math/rand": 3,
  213. "mime": 3,
  214. "mime/multipart": 3,
  215. "mime/quotedprintable": 3,
  216. "net": 3,
  217. "net/http": 3,
  218. "net/http/cgi": 3,
  219. "net/http/cookiejar": 3,
  220. "net/http/fcgi": 3,
  221. "net/http/httptest": 3,
  222. "net/http/httptrace": 3,
  223. "net/http/httputil": 3,
  224. "net/http/internal": 3,
  225. "net/http/pprof": 3,
  226. "net/internal": 1,
  227. "net/internal/socktest": 3,
  228. "net/mail": 3,
  229. "net/rpc": 3,
  230. "net/rpc/jsonrpc": 3,
  231. "net/smtp": 3,
  232. "net/textproto": 3,
  233. "net/url": 3,
  234. "os": 3,
  235. "os/exec": 3,
  236. "os/signal": 3,
  237. "os/user": 3,
  238. "path": 3,
  239. "path/filepath": 3,
  240. "plugin": 3,
  241. "reflect": 3,
  242. "regexp": 3,
  243. "regexp/syntax": 3,
  244. "runtime": 3,
  245. "runtime/cgo": 3,
  246. "runtime/debug": 3,
  247. "runtime/internal": 1,
  248. "runtime/internal/atomic": 3,
  249. "runtime/internal/sys": 3,
  250. "runtime/pprof": 3,
  251. "runtime/pprof/internal": 1,
  252. "runtime/pprof/internal/protopprof": 3,
  253. "runtime/race": 3,
  254. "runtime/trace": 3,
  255. "sort": 3,
  256. "strconv": 3,
  257. "strings": 3,
  258. "sync": 3,
  259. "sync/atomic": 3,
  260. "syscall": 3,
  261. "testing": 3,
  262. "testing/internal": 1,
  263. "testing/internal/testdeps": 3,
  264. "testing/iotest": 3,
  265. "testing/quick": 3,
  266. "text": 1,
  267. "text/scanner": 3,
  268. "text/tabwriter": 3,
  269. "text/template": 3,
  270. "text/template/parse": 3,
  271. "time": 3,
  272. "unicode": 3,
  273. "unicode/utf16": 3,
  274. "unicode/utf8": 3,
  275. "unsafe": 3,
  276. "vendor": 1,
  277. "vendor/golang_org": 1,
  278. "vendor/golang_org/x": 1,
  279. "vendor/golang_org/x/crypto": 1,
  280. "vendor/golang_org/x/crypto/chacha20poly1305": 3,
  281. "vendor/golang_org/x/crypto/chacha20poly1305/internal": 1,
  282. "vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20": 3,
  283. "vendor/golang_org/x/crypto/curve25519": 3,
  284. "vendor/golang_org/x/crypto/poly1305": 3,
  285. "vendor/golang_org/x/net": 1,
  286. "vendor/golang_org/x/net/http2": 1,
  287. "vendor/golang_org/x/net/http2/hpack": 3,
  288. "vendor/golang_org/x/net/idna": 3,
  289. "vendor/golang_org/x/net/lex": 1,
  290. "vendor/golang_org/x/net/lex/httplex": 3,
  291. "vendor/golang_org/x/net/route": 3,
  292. "vendor/golang_org/x/text": 1,
  293. "vendor/golang_org/x/text/transform": 3,
  294. "vendor/golang_org/x/text/unicode": 1,
  295. "vendor/golang_org/x/text/unicode/norm": 3,
  296. "vendor/golang_org/x/text/width": 3,
  297. }
  298. var validTLDs = map[string]bool{
  299. ".aaa": true,
  300. ".aarp": true,
  301. ".abarth": true,
  302. ".abb": true,
  303. ".abbott": true,
  304. ".abbvie": true,
  305. ".abc": true,
  306. ".able": true,
  307. ".abogado": true,
  308. ".abudhabi": true,
  309. ".ac": true,
  310. ".academy": true,
  311. ".accenture": true,
  312. ".accountant": true,
  313. ".accountants": true,
  314. ".aco": true,
  315. ".active": true,
  316. ".actor": true,
  317. ".ad": true,
  318. ".adac": true,
  319. ".ads": true,
  320. ".adult": true,
  321. ".ae": true,
  322. ".aeg": true,
  323. ".aero": true,
  324. ".aetna": true,
  325. ".af": true,
  326. ".afamilycompany": true,
  327. ".afl": true,
  328. ".africa": true,
  329. ".ag": true,
  330. ".agakhan": true,
  331. ".agency": true,
  332. ".ai": true,
  333. ".aig": true,
  334. ".aigo": true,
  335. ".airbus": true,
  336. ".airforce": true,
  337. ".airtel": true,
  338. ".akdn": true,
  339. ".al": true,
  340. ".alfaromeo": true,
  341. ".alibaba": true,
  342. ".alipay": true,
  343. ".allfinanz": true,
  344. ".allstate": true,
  345. ".ally": true,
  346. ".alsace": true,
  347. ".alstom": true,
  348. ".am": true,
  349. ".americanexpress": true,
  350. ".americanfamily": true,
  351. ".amex": true,
  352. ".amfam": true,
  353. ".amica": true,
  354. ".amsterdam": true,
  355. ".analytics": true,
  356. ".android": true,
  357. ".anquan": true,
  358. ".anz": true,
  359. ".ao": true,
  360. ".aol": true,
  361. ".apartments": true,
  362. ".app": true,
  363. ".apple": true,
  364. ".aq": true,
  365. ".aquarelle": true,
  366. ".ar": true,
  367. ".aramco": true,
  368. ".archi": true,
  369. ".army": true,
  370. ".arpa": true,
  371. ".art": true,
  372. ".arte": true,
  373. ".as": true,
  374. ".asda": true,
  375. ".asia": true,
  376. ".associates": true,
  377. ".at": true,
  378. ".athleta": true,
  379. ".attorney": true,
  380. ".au": true,
  381. ".auction": true,
  382. ".audi": true,
  383. ".audible": true,
  384. ".audio": true,
  385. ".auspost": true,
  386. ".author": true,
  387. ".auto": true,
  388. ".autos": true,
  389. ".avianca": true,
  390. ".aw": true,
  391. ".aws": true,
  392. ".ax": true,
  393. ".axa": true,
  394. ".az": true,
  395. ".azure": true,
  396. ".ba": true,
  397. ".baby": true,
  398. ".baidu": true,
  399. ".banamex": true,
  400. ".bananarepublic": true,
  401. ".band": true,
  402. ".bank": true,
  403. ".bar": true,
  404. ".barcelona": true,
  405. ".barclaycard": true,
  406. ".barclays": true,
  407. ".barefoot": true,
  408. ".bargains": true,
  409. ".baseball": true,
  410. ".basketball": true,
  411. ".bauhaus": true,
  412. ".bayern": true,
  413. ".bb": true,
  414. ".bbc": true,
  415. ".bbt": true,
  416. ".bbva": true,
  417. ".bcg": true,
  418. ".bcn": true,
  419. ".bd": true,
  420. ".be": true,
  421. ".beats": true,
  422. ".beauty": true,
  423. ".beer": true,
  424. ".bentley": true,
  425. ".berlin": true,
  426. ".best": true,
  427. ".bestbuy": true,
  428. ".bet": true,
  429. ".bf": true,
  430. ".bg": true,
  431. ".bh": true,
  432. ".bharti": true,
  433. ".bi": true,
  434. ".bible": true,
  435. ".bid": true,
  436. ".bike": true,
  437. ".bing": true,
  438. ".bingo": true,
  439. ".bio": true,
  440. ".biz": true,
  441. ".bj": true,
  442. ".black": true,
  443. ".blackfriday": true,
  444. ".blanco": true,
  445. ".blockbuster": true,
  446. ".blog": true,
  447. ".bloomberg": true,
  448. ".blue": true,
  449. ".bm": true,
  450. ".bms": true,
  451. ".bmw": true,
  452. ".bn": true,
  453. ".bnl": true,
  454. ".bnpparibas": true,
  455. ".bo": true,
  456. ".boats": true,
  457. ".boehringer": true,
  458. ".bofa": true,
  459. ".bom": true,
  460. ".bond": true,
  461. ".boo": true,
  462. ".book": true,
  463. ".booking": true,
  464. ".boots": true,
  465. ".bosch": true,
  466. ".bostik": true,
  467. ".boston": true,
  468. ".bot": true,
  469. ".boutique": true,
  470. ".box": true,
  471. ".br": true,
  472. ".bradesco": true,
  473. ".bridgestone": true,
  474. ".broadway": true,
  475. ".broker": true,
  476. ".brother": true,
  477. ".brussels": true,
  478. ".bs": true,
  479. ".bt": true,
  480. ".budapest": true,
  481. ".bugatti": true,
  482. ".build": true,
  483. ".builders": true,
  484. ".business": true,
  485. ".buy": true,
  486. ".buzz": true,
  487. ".bv": true,
  488. ".bw": true,
  489. ".by": true,
  490. ".bz": true,
  491. ".bzh": true,
  492. ".ca": true,
  493. ".cab": true,
  494. ".cafe": true,
  495. ".cal": true,
  496. ".call": true,
  497. ".calvinklein": true,
  498. ".cam": true,
  499. ".camera": true,
  500. ".camp": true,
  501. ".cancerresearch": true,
  502. ".canon": true,
  503. ".capetown": true,
  504. ".capital": true,
  505. ".capitalone": true,
  506. ".car": true,
  507. ".caravan": true,
  508. ".cards": true,
  509. ".care": true,
  510. ".career": true,
  511. ".careers": true,
  512. ".cars": true,
  513. ".cartier": true,
  514. ".casa": true,
  515. ".case": true,
  516. ".caseih": true,
  517. ".cash": true,
  518. ".casino": true,
  519. ".cat": true,
  520. ".catering": true,
  521. ".catholic": true,
  522. ".cba": true,
  523. ".cbn": true,
  524. ".cbre": true,
  525. ".cbs": true,
  526. ".cc": true,
  527. ".cd": true,
  528. ".ceb": true,
  529. ".center": true,
  530. ".ceo": true,
  531. ".cern": true,
  532. ".cf": true,
  533. ".cfa": true,
  534. ".cfd": true,
  535. ".cg": true,
  536. ".ch": true,
  537. ".chanel": true,
  538. ".channel": true,
  539. ".chase": true,
  540. ".chat": true,
  541. ".cheap": true,
  542. ".chintai": true,
  543. ".chloe": true,
  544. ".christmas": true,
  545. ".chrome": true,
  546. ".chrysler": true,
  547. ".church": true,
  548. ".ci": true,
  549. ".cipriani": true,
  550. ".circle": true,
  551. ".cisco": true,
  552. ".citadel": true,
  553. ".citi": true,
  554. ".citic": true,
  555. ".city": true,
  556. ".cityeats": true,
  557. ".ck": true,
  558. ".cl": true,
  559. ".claims": true,
  560. ".cleaning": true,
  561. ".click": true,
  562. ".clinic": true,
  563. ".clinique": true,
  564. ".clothing": true,
  565. ".cloud": true,
  566. ".club": true,
  567. ".clubmed": true,
  568. ".cm": true,
  569. ".cn": true,
  570. ".co": true,
  571. ".coach": true,
  572. ".codes": true,
  573. ".coffee": true,
  574. ".college": true,
  575. ".cologne": true,
  576. ".com": true,
  577. ".comcast": true,
  578. ".commbank": true,
  579. ".community": true,
  580. ".company": true,
  581. ".compare": true,
  582. ".computer": true,
  583. ".comsec": true,
  584. ".condos": true,
  585. ".construction": true,
  586. ".consulting": true,
  587. ".contact": true,
  588. ".contractors": true,
  589. ".cooking": true,
  590. ".cookingchannel": true,
  591. ".cool": true,
  592. ".coop": true,
  593. ".corsica": true,
  594. ".country": true,
  595. ".coupon": true,
  596. ".coupons": true,
  597. ".courses": true,
  598. ".cr": true,
  599. ".credit": true,
  600. ".creditcard": true,
  601. ".creditunion": true,
  602. ".cricket": true,
  603. ".crown": true,
  604. ".crs": true,
  605. ".cruise": true,
  606. ".cruises": true,
  607. ".csc": true,
  608. ".cu": true,
  609. ".cuisinella": true,
  610. ".cv": true,
  611. ".cw": true,
  612. ".cx": true,
  613. ".cy": true,
  614. ".cymru": true,
  615. ".cyou": true,
  616. ".cz": true,
  617. ".dabur": true,
  618. ".dad": true,
  619. ".dance": true,
  620. ".data": true,
  621. ".date": true,
  622. ".dating": true,
  623. ".datsun": true,
  624. ".day": true,
  625. ".dclk": true,
  626. ".dds": true,
  627. ".de": true,
  628. ".deal": true,
  629. ".dealer": true,
  630. ".deals": true,
  631. ".degree": true,
  632. ".delivery": true,
  633. ".dell": true,
  634. ".deloitte": true,
  635. ".delta": true,
  636. ".democrat": true,
  637. ".dental": true,
  638. ".dentist": true,
  639. ".desi": true,
  640. ".design": true,
  641. ".dev": true,
  642. ".dhl": true,
  643. ".diamonds": true,
  644. ".diet": true,
  645. ".digital": true,
  646. ".direct": true,
  647. ".directory": true,
  648. ".discount": true,
  649. ".discover": true,
  650. ".dish": true,
  651. ".diy": true,
  652. ".dj": true,
  653. ".dk": true,
  654. ".dm": true,
  655. ".dnp": true,
  656. ".do": true,
  657. ".docs": true,
  658. ".doctor": true,
  659. ".dodge": true,
  660. ".dog": true,
  661. ".doha": true,
  662. ".domains": true,
  663. ".dot": true,
  664. ".download": true,
  665. ".drive": true,
  666. ".dtv": true,
  667. ".dubai": true,
  668. ".duck": true,
  669. ".dunlop": true,
  670. ".duns": true,
  671. ".dupont": true,
  672. ".durban": true,
  673. ".dvag": true,
  674. ".dvr": true,
  675. ".dz": true,
  676. ".earth": true,
  677. ".eat": true,
  678. ".ec": true,
  679. ".eco": true,
  680. ".edeka": true,
  681. ".edu": true,
  682. ".education": true,
  683. ".ee": true,
  684. ".eg": true,
  685. ".email": true,
  686. ".emerck": true,
  687. ".energy": true,
  688. ".engineer": true,
  689. ".engineering": true,
  690. ".enterprises": true,
  691. ".epost": true,
  692. ".epson": true,
  693. ".equipment": true,
  694. ".er": true,
  695. ".ericsson": true,
  696. ".erni": true,
  697. ".es": true,
  698. ".esq": true,
  699. ".estate": true,
  700. ".esurance": true,
  701. ".et": true,
  702. ".eu": true,
  703. ".eurovision": true,
  704. ".eus": true,
  705. ".events": true,
  706. ".everbank": true,
  707. ".exchange": true,
  708. ".expert": true,
  709. ".exposed": true,
  710. ".express": true,
  711. ".extraspace": true,
  712. ".fage": true,
  713. ".fail": true,
  714. ".fairwinds": true,
  715. ".faith": true,
  716. ".family": true,
  717. ".fan": true,
  718. ".fans": true,
  719. ".farm": true,
  720. ".farmers": true,
  721. ".fashion": true,
  722. ".fast": true,
  723. ".fedex": true,
  724. ".feedback": true,
  725. ".ferrari": true,
  726. ".ferrero": true,
  727. ".fi": true,
  728. ".fiat": true,
  729. ".fidelity": true,
  730. ".fido": true,
  731. ".film": true,
  732. ".final": true,
  733. ".finance": true,
  734. ".financial": true,
  735. ".fire": true,
  736. ".firestone": true,
  737. ".firmdale": true,
  738. ".fish": true,
  739. ".fishing": true,
  740. ".fit": true,
  741. ".fitness": true,
  742. ".fj": true,
  743. ".fk": true,
  744. ".flickr": true,
  745. ".flights": true,
  746. ".flir": true,
  747. ".florist": true,
  748. ".flowers": true,
  749. ".fly": true,
  750. ".fm": true,
  751. ".fo": true,
  752. ".foo": true,
  753. ".food": true,
  754. ".foodnetwork": true,
  755. ".football": true,
  756. ".ford": true,
  757. ".forex": true,
  758. ".forsale": true,
  759. ".forum": true,
  760. ".foundation": true,
  761. ".fox": true,
  762. ".fr": true,
  763. ".free": true,
  764. ".fresenius": true,
  765. ".frl": true,
  766. ".frogans": true,
  767. ".frontdoor": true,
  768. ".frontier": true,
  769. ".ftr": true,
  770. ".fujitsu": true,
  771. ".fujixerox": true,
  772. ".fun": true,
  773. ".fund": true,
  774. ".furniture": true,
  775. ".futbol": true,
  776. ".fyi": true,
  777. ".ga": true,
  778. ".gal": true,
  779. ".gallery": true,
  780. ".gallo": true,
  781. ".gallup": true,
  782. ".game": true,
  783. ".games": true,
  784. ".gap": true,
  785. ".garden": true,
  786. ".gb": true,
  787. ".gbiz": true,
  788. ".gd": true,
  789. ".gdn": true,
  790. ".ge": true,
  791. ".gea": true,
  792. ".gent": true,
  793. ".genting": true,
  794. ".george": true,
  795. ".gf": true,
  796. ".gg": true,
  797. ".ggee": true,
  798. ".gh": true,
  799. ".gi": true,
  800. ".gift": true,
  801. ".gifts": true,
  802. ".gives": true,
  803. ".giving": true,
  804. ".gl": true,
  805. ".glade": true,
  806. ".glass": true,
  807. ".gle": true,
  808. ".global": true,
  809. ".globo": true,
  810. ".gm": true,
  811. ".gmail": true,
  812. ".gmbh": true,
  813. ".gmo": true,
  814. ".gmx": true,
  815. ".gn": true,
  816. ".godaddy": true,
  817. ".gold": true,
  818. ".goldpoint": true,
  819. ".golf": true,
  820. ".goo": true,
  821. ".goodhands": true,
  822. ".goodyear": true,
  823. ".goog": true,
  824. ".google": true,
  825. ".gop": true,
  826. ".got": true,
  827. ".gov": true,
  828. ".gp": true,
  829. ".gq": true,
  830. ".gr": true,
  831. ".grainger": true,
  832. ".graphics": true,
  833. ".gratis": true,
  834. ".green": true,
  835. ".gripe": true,
  836. ".group": true,
  837. ".gs": true,
  838. ".gt": true,
  839. ".gu": true,
  840. ".guardian": true,
  841. ".gucci": true,
  842. ".guge": true,
  843. ".guide": true,
  844. ".guitars": true,
  845. ".guru": true,
  846. ".gw": true,
  847. ".gy": true,
  848. ".hair": true,
  849. ".hamburg": true,
  850. ".hangout": true,
  851. ".haus": true,
  852. ".hbo": true,
  853. ".hdfc": true,
  854. ".hdfcbank": true,
  855. ".health": true,
  856. ".healthcare": true,
  857. ".help": true,
  858. ".helsinki": true,
  859. ".here": true,
  860. ".hermes": true,
  861. ".hgtv": true,
  862. ".hiphop": true,
  863. ".hisamitsu": true,
  864. ".hitachi": true,
  865. ".hiv": true,
  866. ".hk": true,
  867. ".hkt": true,
  868. ".hm": true,
  869. ".hn": true,
  870. ".hockey": true,
  871. ".holdings": true,
  872. ".holiday": true,
  873. ".homedepot": true,
  874. ".homegoods": true,
  875. ".homes": true,
  876. ".homesense": true,
  877. ".honda": true,
  878. ".honeywell": true,
  879. ".horse": true,
  880. ".hospital": true,
  881. ".host": true,
  882. ".hosting": true,
  883. ".hot": true,
  884. ".hoteles": true,
  885. ".hotmail": true,
  886. ".house": true,
  887. ".how": true,
  888. ".hr": true,
  889. ".hsbc": true,
  890. ".ht": true,
  891. ".htc": true,
  892. ".hu": true,
  893. ".hughes": true,
  894. ".hyatt": true,
  895. ".hyundai": true,
  896. ".ibm": true,
  897. ".icbc": true,
  898. ".ice": true,
  899. ".icu": true,
  900. ".id": true,
  901. ".ie": true,
  902. ".ieee": true,
  903. ".ifm": true,
  904. ".ikano": true,
  905. ".il": true,
  906. ".im": true,
  907. ".imamat": true,
  908. ".imdb": true,
  909. ".immo": true,
  910. ".immobilien": true,
  911. ".in": true,
  912. ".industries": true,
  913. ".infiniti": true,
  914. ".info": true,
  915. ".ing": true,
  916. ".ink": true,
  917. ".institute": true,
  918. ".insurance": true,
  919. ".insure": true,
  920. ".int": true,
  921. ".intel": true,
  922. ".international": true,
  923. ".intuit": true,
  924. ".investments": true,
  925. ".io": true,
  926. ".ipiranga": true,
  927. ".iq": true,
  928. ".ir": true,
  929. ".irish": true,
  930. ".is": true,
  931. ".iselect": true,
  932. ".ismaili": true,
  933. ".ist": true,
  934. ".istanbul": true,
  935. ".it": true,
  936. ".itau": true,
  937. ".itv": true,
  938. ".iveco": true,
  939. ".iwc": true,
  940. ".jaguar": true,
  941. ".java": true,
  942. ".jcb": true,
  943. ".jcp": true,
  944. ".je": true,
  945. ".jeep": true,
  946. ".jetzt": true,
  947. ".jewelry": true,
  948. ".jio": true,
  949. ".jlc": true,
  950. ".jll": true,
  951. ".jm": true,
  952. ".jmp": true,
  953. ".jnj": true,
  954. ".jo": true,
  955. ".jobs": true,
  956. ".joburg": true,
  957. ".jot": true,
  958. ".joy": true,
  959. ".jp": true,
  960. ".jpmorgan": true,
  961. ".jprs": true,
  962. ".juegos": true,
  963. ".juniper": true,
  964. ".kaufen": true,
  965. ".kddi": true,
  966. ".ke": true,
  967. ".kerryhotels": true,
  968. ".kerrylogistics": true,
  969. ".kerryproperties": true,
  970. ".kfh": true,
  971. ".kg": true,
  972. ".kh": true,
  973. ".ki": true,
  974. ".kia": true,
  975. ".kim": true,
  976. ".kinder": true,
  977. ".kindle": true,
  978. ".kitchen": true,
  979. ".kiwi": true,
  980. ".km": true,
  981. ".kn": true,
  982. ".koeln": true,
  983. ".komatsu": true,
  984. ".kosher": true,
  985. ".kp": true,
  986. ".kpmg": true,
  987. ".kpn": true,
  988. ".kr": true,
  989. ".krd": true,
  990. ".kred": true,
  991. ".kuokgroup": true,
  992. ".kw": true,
  993. ".ky": true,
  994. ".kyoto": true,
  995. ".kz": true,
  996. ".la": true,
  997. ".lacaixa": true,
  998. ".ladbrokes": true,
  999. ".lamborghini": true,
  1000. ".lamer": true,
  1001. ".lancaster": true,
  1002. ".lancia": true,
  1003. ".lancome": true,
  1004. ".land": true,
  1005. ".landrover": true,
  1006. ".lanxess": true,
  1007. ".lasalle": true,
  1008. ".lat": true,
  1009. ".latino": true,
  1010. ".latrobe": true,
  1011. ".law": true,
  1012. ".lawyer": true,
  1013. ".lb": true,
  1014. ".lc": true,
  1015. ".lds": true,
  1016. ".lease": true,
  1017. ".leclerc": true,
  1018. ".lefrak": true,
  1019. ".legal": true,
  1020. ".lego": true,
  1021. ".lexus": true,
  1022. ".lgbt": true,
  1023. ".li": true,
  1024. ".liaison": true,
  1025. ".lidl": true,
  1026. ".life": true,
  1027. ".lifeinsurance": true,
  1028. ".lifestyle": true,
  1029. ".lighting": true,
  1030. ".like": true,
  1031. ".lilly": true,
  1032. ".limited": true,
  1033. ".limo": true,
  1034. ".lincoln": true,
  1035. ".linde": true,
  1036. ".link": true,
  1037. ".lipsy": true,
  1038. ".live": true,
  1039. ".living": true,
  1040. ".lixil": true,
  1041. ".lk": true,
  1042. ".loan": true,
  1043. ".loans": true,
  1044. ".locker": true,
  1045. ".locus": true,
  1046. ".loft": true,
  1047. ".lol": true,
  1048. ".london": true,
  1049. ".lotte": true,
  1050. ".lotto": true,
  1051. ".love": true,
  1052. ".lpl": true,
  1053. ".lplfinancial": true,
  1054. ".lr": true,
  1055. ".ls": true,
  1056. ".lt": true,
  1057. ".ltd": true,
  1058. ".ltda": true,
  1059. ".lu": true,
  1060. ".lundbeck": true,
  1061. ".lupin": true,
  1062. ".luxe": true,
  1063. ".luxury": true,
  1064. ".lv": true,
  1065. ".ly": true,
  1066. ".ma": true,
  1067. ".macys": true,
  1068. ".madrid": true,
  1069. ".maif": true,
  1070. ".maison": true,
  1071. ".makeup": true,
  1072. ".man": true,
  1073. ".management": true,
  1074. ".mango": true,
  1075. ".market": true,
  1076. ".marketing": true,
  1077. ".markets": true,
  1078. ".marriott": true,
  1079. ".marshalls": true,
  1080. ".maserati": true,
  1081. ".mattel": true,
  1082. ".mba": true,
  1083. ".mc": true,
  1084. ".mcd": true,
  1085. ".mcdonalds": true,
  1086. ".mckinsey": true,
  1087. ".md": true,
  1088. ".me": true,
  1089. ".med": true,
  1090. ".media": true,
  1091. ".meet": true,
  1092. ".melbourne": true,
  1093. ".meme": true,
  1094. ".memorial": true,
  1095. ".men": true,
  1096. ".menu": true,
  1097. ".meo": true,
  1098. ".metlife": true,
  1099. ".mg": true,
  1100. ".mh": true,
  1101. ".miami": true,
  1102. ".microsoft": true,
  1103. ".mil": true,
  1104. ".mini": true,
  1105. ".mint": true,
  1106. ".mit": true,
  1107. ".mitsubishi": true,
  1108. ".mk": true,
  1109. ".ml": true,
  1110. ".mlb": true,
  1111. ".mls": true,
  1112. ".mm": true,
  1113. ".mma": true,
  1114. ".mn": true,
  1115. ".mo": true,
  1116. ".mobi": true,
  1117. ".mobile": true,
  1118. ".mobily": true,
  1119. ".moda": true,
  1120. ".moe": true,
  1121. ".moi": true,
  1122. ".mom": true,
  1123. ".monash": true,
  1124. ".money": true,
  1125. ".monster": true,
  1126. ".montblanc": true,
  1127. ".mopar": true,
  1128. ".mormon": true,
  1129. ".mortgage": true,
  1130. ".moscow": true,
  1131. ".moto": true,
  1132. ".motorcycles": true,
  1133. ".mov": true,
  1134. ".movie": true,
  1135. ".movistar": true,
  1136. ".mp": true,
  1137. ".mq": true,
  1138. ".mr": true,
  1139. ".ms": true,
  1140. ".msd": true,
  1141. ".mt": true,
  1142. ".mtn": true,
  1143. ".mtpc": true,
  1144. ".mtr": true,
  1145. ".mu": true,
  1146. ".museum": true,
  1147. ".mutual": true,
  1148. ".mv": true,
  1149. ".mw": true,
  1150. ".mx": true,
  1151. ".my": true,
  1152. ".mz": true,
  1153. ".na": true,
  1154. ".nab": true,
  1155. ".nadex": true,
  1156. ".nagoya": true,
  1157. ".name": true,
  1158. ".nationwide": true,
  1159. ".natura": true,
  1160. ".navy": true,
  1161. ".nba": true,
  1162. ".nc": true,
  1163. ".ne": true,
  1164. ".nec": true,
  1165. ".net": true,
  1166. ".netbank": true,
  1167. ".netflix": true,
  1168. ".network": true,
  1169. ".neustar": true,
  1170. ".new": true,
  1171. ".newholland": true,
  1172. ".news": true,
  1173. ".next": true,
  1174. ".nextdirect": true,
  1175. ".nexus": true,
  1176. ".nf": true,
  1177. ".nfl": true,
  1178. ".ng": true,
  1179. ".ngo": true,
  1180. ".nhk": true,
  1181. ".ni": true,
  1182. ".nico": true,
  1183. ".nike": true,
  1184. ".nikon": true,
  1185. ".ninja": true,
  1186. ".nissan": true,
  1187. ".nissay": true,
  1188. ".nl": true,
  1189. ".no": true,
  1190. ".nokia": true,
  1191. ".northwesternmutual": true,
  1192. ".norton": true,
  1193. ".now": true,
  1194. ".nowruz": true,
  1195. ".nowtv": true,
  1196. ".np": true,
  1197. ".nr": true,
  1198. ".nra": true,
  1199. ".nrw": true,
  1200. ".ntt": true,
  1201. ".nu": true,
  1202. ".nyc": true,
  1203. ".nz": true,
  1204. ".obi": true,
  1205. ".observer": true,
  1206. ".off": true,
  1207. ".office": true,
  1208. ".okinawa": true,
  1209. ".olayan": true,
  1210. ".olayangroup": true,
  1211. ".oldnavy": true,
  1212. ".ollo": true,
  1213. ".om": true,
  1214. ".omega": true,
  1215. ".one": true,
  1216. ".ong": true,
  1217. ".onl": true,
  1218. ".online": true,
  1219. ".onyourside": true,
  1220. ".ooo": true,
  1221. ".open": true,
  1222. ".oracle": true,
  1223. ".orange": true,
  1224. ".org": true,
  1225. ".organic": true,
  1226. ".orientexpress": true,
  1227. ".origins": true,
  1228. ".osaka": true,
  1229. ".otsuka": true,
  1230. ".ott": true,
  1231. ".ovh": true,
  1232. ".pa": true,
  1233. ".page": true,
  1234. ".pamperedchef": true,
  1235. ".panasonic": true,
  1236. ".panerai": true,
  1237. ".paris": true,
  1238. ".pars": true,
  1239. ".partners": true,
  1240. ".parts": true,
  1241. ".party": true,
  1242. ".passagens": true,
  1243. ".pay": true,
  1244. ".pccw": true,
  1245. ".pe": true,
  1246. ".pet": true,
  1247. ".pf": true,
  1248. ".pfizer": true,
  1249. ".pg": true,
  1250. ".ph": true,
  1251. ".pharmacy": true,
  1252. ".philips": true,
  1253. ".phone": true,
  1254. ".photo": true,
  1255. ".photography": true,
  1256. ".photos": true,
  1257. ".physio": true,
  1258. ".piaget": true,
  1259. ".pics": true,
  1260. ".pictet": true,
  1261. ".pictures": true,
  1262. ".pid": true,
  1263. ".pin": true,
  1264. ".ping": true,
  1265. ".pink": true,
  1266. ".pioneer": true,
  1267. ".pizza": true,
  1268. ".pk": true,
  1269. ".pl": true,
  1270. ".place": true,
  1271. ".play": true,
  1272. ".playstation": true,
  1273. ".plumbing": true,
  1274. ".plus": true,
  1275. ".pm": true,
  1276. ".pn": true,
  1277. ".pnc": true,
  1278. ".pohl": true,
  1279. ".poker": true,
  1280. ".politie": true,
  1281. ".porn": true,
  1282. ".post": true,
  1283. ".pr": true,
  1284. ".pramerica": true,
  1285. ".praxi": true,
  1286. ".press": true,
  1287. ".prime": true,
  1288. ".pro": true,
  1289. ".prod": true,
  1290. ".productions": true,
  1291. ".prof": true,
  1292. ".progressive": true,
  1293. ".promo": true,
  1294. ".properties": true,
  1295. ".property": true,
  1296. ".protection": true,
  1297. ".pru": true,
  1298. ".prudential": true,
  1299. ".ps": true,
  1300. ".pt": true,
  1301. ".pub": true,
  1302. ".pw": true,
  1303. ".pwc": true,
  1304. ".py": true,
  1305. ".qa": true,
  1306. ".qpon": true,
  1307. ".quebec": true,
  1308. ".quest": true,
  1309. ".qvc": true,
  1310. ".racing": true,
  1311. ".radio": true,
  1312. ".raid": true,
  1313. ".re": true,
  1314. ".read": true,
  1315. ".realestate": true,
  1316. ".realtor": true,
  1317. ".realty": true,
  1318. ".recipes": true,
  1319. ".red": true,
  1320. ".redstone": true,
  1321. ".redumbrella": true,
  1322. ".rehab": true,
  1323. ".reise": true,
  1324. ".reisen": true,
  1325. ".reit": true,
  1326. ".reliance": true,
  1327. ".ren": true,
  1328. ".rent": true,
  1329. ".rentals": true,
  1330. ".repair": true,
  1331. ".report": true,
  1332. ".republican": true,
  1333. ".rest": true,
  1334. ".restaurant": true,
  1335. ".review": true,
  1336. ".reviews": true,
  1337. ".rexroth": true,
  1338. ".rich": true,
  1339. ".richardli": true,
  1340. ".ricoh": true,
  1341. ".rightathome": true,
  1342. ".ril": true,
  1343. ".rio": true,
  1344. ".rip": true,
  1345. ".rmit": true,
  1346. ".ro": true,
  1347. ".rocher": true,
  1348. ".rocks": true,
  1349. ".rodeo": true,
  1350. ".rogers": true,
  1351. ".room": true,
  1352. ".rs": true,
  1353. ".rsvp": true,
  1354. ".ru": true,
  1355. ".ruhr": true,
  1356. ".run": true,
  1357. ".rw": true,
  1358. ".rwe": true,
  1359. ".ryukyu": true,
  1360. ".sa": true,
  1361. ".saarland": true,
  1362. ".safe": true,
  1363. ".safety": true,
  1364. ".sakura": true,
  1365. ".sale": true,
  1366. ".salon": true,
  1367. ".samsclub": true,
  1368. ".samsung": true,
  1369. ".sandvik": true,
  1370. ".sandvikcoromant": true,
  1371. ".sanofi": true,
  1372. ".sap": true,
  1373. ".sapo": true,
  1374. ".sarl": true,
  1375. ".sas": true,
  1376. ".save": true,
  1377. ".saxo": true,
  1378. ".sb": true,
  1379. ".sbi": true,
  1380. ".sbs": true,
  1381. ".sc": true,
  1382. ".sca": true,
  1383. ".scb": true,
  1384. ".schaeffler": true,
  1385. ".schmidt": true,
  1386. ".scholarships": true,
  1387. ".school": true,
  1388. ".schule": true,
  1389. ".schwarz": true,
  1390. ".science": true,
  1391. ".scjohnson": true,
  1392. ".scor": true,
  1393. ".scot": true,
  1394. ".sd": true,
  1395. ".se": true,
  1396. ".seat": true,
  1397. ".secure": true,
  1398. ".security": true,
  1399. ".seek": true,
  1400. ".select": true,
  1401. ".sener": true,
  1402. ".services": true,
  1403. ".ses": true,
  1404. ".seven": true,
  1405. ".sew": true,
  1406. ".sex": true,
  1407. ".sexy": true,
  1408. ".sfr": true,
  1409. ".sg": true,
  1410. ".sh": true,
  1411. ".shangrila": true,
  1412. ".sharp": true,
  1413. ".shaw": true,
  1414. ".shell": true,
  1415. ".shia": true,
  1416. ".shiksha": true,
  1417. ".shoes": true,
  1418. ".shop": true,
  1419. ".shopping": true,
  1420. ".shouji": true,
  1421. ".show": true,
  1422. ".showtime": true,
  1423. ".shriram": true,
  1424. ".si": true,
  1425. ".silk": true,
  1426. ".sina": true,
  1427. ".singles": true,
  1428. ".site": true,
  1429. ".sj": true,
  1430. ".sk": true,
  1431. ".ski": true,
  1432. ".skin": true,
  1433. ".sky": true,
  1434. ".skype": true,
  1435. ".sl": true,
  1436. ".sling": true,
  1437. ".sm": true,
  1438. ".smart": true,
  1439. ".smile": true,
  1440. ".sn": true,
  1441. ".sncf": true,
  1442. ".so": true,
  1443. ".soccer": true,
  1444. ".social": true,
  1445. ".softbank": true,
  1446. ".software": true,
  1447. ".sohu": true,
  1448. ".solar": true,
  1449. ".solutions": true,
  1450. ".song": true,
  1451. ".sony": true,
  1452. ".soy": true,
  1453. ".space": true,
  1454. ".spiegel": true,
  1455. ".spot": true,
  1456. ".spreadbetting": true,
  1457. ".sr": true,
  1458. ".srl": true,
  1459. ".srt": true,
  1460. ".st": true,
  1461. ".stada": true,
  1462. ".staples": true,
  1463. ".star": true,
  1464. ".starhub": true,
  1465. ".statebank": true,
  1466. ".statefarm": true,
  1467. ".statoil": true,
  1468. ".stc": true,
  1469. ".stcgroup": true,
  1470. ".stockholm": true,
  1471. ".storage": true,
  1472. ".store": true,
  1473. ".stream": true,
  1474. ".studio": true,
  1475. ".study": true,
  1476. ".style": true,
  1477. ".su": true,
  1478. ".sucks": true,
  1479. ".supplies": true,
  1480. ".supply": true,
  1481. ".support": true,
  1482. ".surf": true,
  1483. ".surgery": true,
  1484. ".suzuki": true,
  1485. ".sv": true,
  1486. ".swatch": true,
  1487. ".swiftcover": true,
  1488. ".swiss": true,
  1489. ".sx": true,
  1490. ".sy": true,
  1491. ".sydney": true,
  1492. ".symantec": true,
  1493. ".systems": true,
  1494. ".sz": true,
  1495. ".tab": true,
  1496. ".taipei": true,
  1497. ".talk": true,
  1498. ".taobao": true,
  1499. ".target": true,
  1500. ".tatamotors": true,
  1501. ".tatar": true,
  1502. ".tattoo": true,
  1503. ".tax": true,
  1504. ".taxi": true,
  1505. ".tc": true,
  1506. ".tci": true,
  1507. ".td": true,
  1508. ".tdk": true,
  1509. ".team": true,
  1510. ".tech": true,
  1511. ".technology": true,
  1512. ".tel": true,
  1513. ".telecity": true,
  1514. ".telefonica": true,
  1515. ".temasek": true,
  1516. ".tennis": true,
  1517. ".teva": true,
  1518. ".tf": true,
  1519. ".tg": true,
  1520. ".th": true,
  1521. ".thd": true,
  1522. ".theater": true,
  1523. ".theatre": true,
  1524. ".tiaa": true,
  1525. ".tickets": true,
  1526. ".tienda": true,
  1527. ".tiffany": true,
  1528. ".tips": true,
  1529. ".tires": true,
  1530. ".tirol": true,
  1531. ".tj": true,
  1532. ".tjmaxx": true,
  1533. ".tjx": true,
  1534. ".tk": true,
  1535. ".tkmaxx": true,
  1536. ".tl": true,
  1537. ".tm": true,
  1538. ".tmall": true,
  1539. ".tn": true,
  1540. ".to": true,
  1541. ".today": true,
  1542. ".tokyo": true,
  1543. ".tools": true,
  1544. ".top": true,
  1545. ".toray": true,
  1546. ".toshiba": true,
  1547. ".total": true,
  1548. ".tours": true,
  1549. ".town": true,
  1550. ".toyota": true,
  1551. ".toys": true,
  1552. ".tr": true,
  1553. ".trade": true,
  1554. ".trading": true,
  1555. ".training": true,
  1556. ".travel": true,
  1557. ".travelchannel": true,
  1558. ".travelers": true,
  1559. ".travelersinsurance": true,
  1560. ".trust": true,
  1561. ".trv": true,
  1562. ".tt": true,
  1563. ".tube": true,
  1564. ".tui": true,
  1565. ".tunes": true,
  1566. ".tushu": true,
  1567. ".tv": true,
  1568. ".tvs": true,
  1569. ".tw": true,
  1570. ".tz": true,
  1571. ".ua": true,
  1572. ".ubank": true,
  1573. ".ubs": true,
  1574. ".uconnect": true,
  1575. ".ug": true,
  1576. ".uk": true,
  1577. ".unicom": true,
  1578. ".university": true,
  1579. ".uno": true,
  1580. ".uol": true,
  1581. ".ups": true,
  1582. ".us": true,
  1583. ".uy": true,
  1584. ".uz": true,
  1585. ".va": true,
  1586. ".vacations": true,
  1587. ".vana": true,
  1588. ".vanguard": true,
  1589. ".vc": true,
  1590. ".ve": true,
  1591. ".vegas": true,
  1592. ".ventures": true,
  1593. ".verisign": true,
  1594. ".versicherung": true,
  1595. ".vet": true,
  1596. ".vg": true,
  1597. ".vi": true,
  1598. ".viajes": true,
  1599. ".video": true,
  1600. ".vig": true,
  1601. ".viking": true,
  1602. ".villas": true,
  1603. ".vin": true,
  1604. ".vip": true,
  1605. ".virgin": true,
  1606. ".visa": true,
  1607. ".vision": true,
  1608. ".vista": true,
  1609. ".vistaprint": true,
  1610. ".viva": true,
  1611. ".vivo": true,
  1612. ".vlaanderen": true,
  1613. ".vn": true,
  1614. ".vodka": true,
  1615. ".volkswagen": true,
  1616. ".volvo": true,
  1617. ".vote": true,
  1618. ".voting": true,
  1619. ".voto": true,
  1620. ".voyage": true,
  1621. ".vu": true,
  1622. ".vuelos": true,
  1623. ".wales": true,
  1624. ".walmart": true,
  1625. ".walter": true,
  1626. ".wang": true,
  1627. ".wanggou": true,
  1628. ".warman": true,
  1629. ".watch": true,
  1630. ".watches": true,
  1631. ".weather": true,
  1632. ".weatherchannel": true,
  1633. ".webcam": true,
  1634. ".weber": true,
  1635. ".website": true,
  1636. ".wed": true,
  1637. ".wedding": true,
  1638. ".weibo": true,
  1639. ".weir": true,
  1640. ".wf": true,
  1641. ".whoswho": true,
  1642. ".wien": true,
  1643. ".wiki": true,
  1644. ".williamhill": true,
  1645. ".win": true,
  1646. ".windows": true,
  1647. ".wine": true,
  1648. ".winners": true,
  1649. ".wme": true,
  1650. ".wolterskluwer": true,
  1651. ".woodside": true,
  1652. ".work": true,
  1653. ".works": true,
  1654. ".world": true,
  1655. ".wow": true,
  1656. ".ws": true,
  1657. ".wtc": true,
  1658. ".wtf": true,
  1659. ".xbox": true,
  1660. ".xerox": true,
  1661. ".xfinity": true,
  1662. ".xihuan": true,
  1663. ".xin": true,
  1664. ".xn--11b4c3d": true,
  1665. ".xn--1ck2e1b": true,
  1666. ".xn--1qqw23a": true,
  1667. ".xn--30rr7y": true,
  1668. ".xn--3bst00m": true,
  1669. ".xn--3ds443g": true,
  1670. ".xn--3e0b707e": true,
  1671. ".xn--3oq18vl8pn36a": true,
  1672. ".xn--3pxu8k": true,
  1673. ".xn--42c2d9a": true,
  1674. ".xn--45brj9c": true,
  1675. ".xn--45q11c": true,
  1676. ".xn--4gbrim": true,
  1677. ".xn--54b7fta0cc": true,
  1678. ".xn--55qw42g": true,
  1679. ".xn--55qx5d": true,
  1680. ".xn--5su34j936bgsg": true,
  1681. ".xn--5tzm5g": true,
  1682. ".xn--6frz82g": true,
  1683. ".xn--6qq986b3xl": true,
  1684. ".xn--80adxhks": true,
  1685. ".xn--80ao21a": true,
  1686. ".xn--80aqecdr1a": true,
  1687. ".xn--80asehdb": true,
  1688. ".xn--80aswg": true,
  1689. ".xn--8y0a063a": true,
  1690. ".xn--90a3ac": true,
  1691. ".xn--90ae": true,
  1692. ".xn--90ais": true,
  1693. ".xn--9dbq2a": true,
  1694. ".xn--9et52u": true,
  1695. ".xn--9krt00a": true,
  1696. ".xn--b4w605ferd": true,
  1697. ".xn--bck1b9a5dre4c": true,
  1698. ".xn--c1avg": true,
  1699. ".xn--c2br7g": true,
  1700. ".xn--cck2b3b": true,
  1701. ".xn--cg4bki": true,
  1702. ".xn--clchc0ea0b2g2a9gcd": true,
  1703. ".xn--czr694b": true,
  1704. ".xn--czrs0t": true,
  1705. ".xn--czru2d": true,
  1706. ".xn--d1acj3b": true,
  1707. ".xn--d1alf": true,
  1708. ".xn--e1a4c": true,
  1709. ".xn--eckvdtc9d": true,
  1710. ".xn--efvy88h": true,
  1711. ".xn--estv75g": true,
  1712. ".xn--fct429k": true,
  1713. ".xn--fhbei": true,
  1714. ".xn--fiq228c5hs": true,
  1715. ".xn--fiq64b": true,
  1716. ".xn--fiqs8s": true,
  1717. ".xn--fiqz9s": true,
  1718. ".xn--fjq720a": true,
  1719. ".xn--flw351e": true,
  1720. ".xn--fpcrj9c3d": true,
  1721. ".xn--fzc2c9e2c": true,
  1722. ".xn--fzys8d69uvgm": true,
  1723. ".xn--g2xx48c": true,
  1724. ".xn--gckr3f0f": true,
  1725. ".xn--gecrj9c": true,
  1726. ".xn--gk3at1e": true,
  1727. ".xn--h2brj9c": true,
  1728. ".xn--hxt814e": true,
  1729. ".xn--i1b6b1a6a2e": true,
  1730. ".xn--imr513n": true,
  1731. ".xn--io0a7i": true,
  1732. ".xn--j1aef": true,
  1733. ".xn--j1amh": true,
  1734. ".xn--j6w193g": true,
  1735. ".xn--jlq61u9w7b": true,
  1736. ".xn--jvr189m": true,
  1737. ".xn--kcrx77d1x4a": true,
  1738. ".xn--kprw13d": true,
  1739. ".xn--kpry57d": true,
  1740. ".xn--kpu716f": true,
  1741. ".xn--kput3i": true,
  1742. ".xn--l1acc": true,
  1743. ".xn--lgbbat1ad8j": true,
  1744. ".xn--mgb9awbf": true,
  1745. ".xn--mgba3a3ejt": true,
  1746. ".xn--mgba3a4f16a": true,
  1747. ".xn--mgba7c0bbn0a": true,
  1748. ".xn--mgbaam7a8h": true,
  1749. ".xn--mgbab2bd": true,
  1750. ".xn--mgbai9azgqp6j": true,
  1751. ".xn--mgbayh7gpa": true,
  1752. ".xn--mgbb9fbpob": true,
  1753. ".xn--mgbbh1a71e": true,
  1754. ".xn--mgbc0a9azcg": true,
  1755. ".xn--mgbca7dzdo": true,
  1756. ".xn--mgberp4a5d4ar": true,
  1757. ".xn--mgbi4ecexp": true,
  1758. ".xn--mgbpl2fh": true,
  1759. ".xn--mgbt3dhd": true,
  1760. ".xn--mgbtx2b": true,
  1761. ".xn--mgbx4cd0ab": true,
  1762. ".xn--mix891f": true,
  1763. ".xn--mk1bu44c": true,
  1764. ".xn--mxtq1m": true,
  1765. ".xn--ngbc5azd": true,
  1766. ".xn--ngbe9e0a": true,
  1767. ".xn--node": true,
  1768. ".xn--nqv7f": true,
  1769. ".xn--nqv7fs00ema": true,
  1770. ".xn--nyqy26a": true,
  1771. ".xn--o3cw4h": true,
  1772. ".xn--ogbpf8fl": true,
  1773. ".xn--p1acf": true,
  1774. ".xn--p1ai": true,
  1775. ".xn--pbt977c": true,
  1776. ".xn--pgbs0dh": true,
  1777. ".xn--pssy2u": true,
  1778. ".xn--q9jyb4c": true,
  1779. ".xn--qcka1pmc": true,
  1780. ".xn--qxam": true,
  1781. ".xn--rhqv96g": true,
  1782. ".xn--rovu88b": true,
  1783. ".xn--s9brj9c": true,
  1784. ".xn--ses554g": true,
  1785. ".xn--t60b56a": true,
  1786. ".xn--tckwe": true,
  1787. ".xn--tiq49xqyj": true,
  1788. ".xn--unup4y": true,
  1789. ".xn--vermgensberater-ctb": true,
  1790. ".xn--vermgensberatung-pwb": true,
  1791. ".xn--vhquv": true,
  1792. ".xn--vuq861b": true,
  1793. ".xn--w4r85el8fhu5dnra": true,
  1794. ".xn--w4rs40l": true,
  1795. ".xn--wgbh1c": true,
  1796. ".xn--wgbl6a": true,
  1797. ".xn--xhq521b": true,
  1798. ".xn--xkc2al3hye2a": true,
  1799. ".xn--xkc2dl3a5ee0h": true,
  1800. ".xn--y9a3aq": true,
  1801. ".xn--yfro4i67o": true,
  1802. ".xn--ygbi2ammx": true,
  1803. ".xn--zfr164b": true,
  1804. ".xperia": true,
  1805. ".xxx": true,
  1806. ".xyz": true,
  1807. ".yachts": true,
  1808. ".yahoo": true,
  1809. ".yamaxun": true,
  1810. ".yandex": true,
  1811. ".ye": true,
  1812. ".yodobashi": true,
  1813. ".yoga": true,
  1814. ".yokohama": true,
  1815. ".you": true,
  1816. ".youtube": true,
  1817. ".yt": true,
  1818. ".yun": true,
  1819. ".za": true,
  1820. ".zappos": true,
  1821. ".zara": true,
  1822. ".zero": true,
  1823. ".zip": true,
  1824. ".zippo": true,
  1825. ".zm": true,
  1826. ".zone": true,
  1827. ".zuerich": true,
  1828. ".zw": true,
  1829. }