• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:host

21   'http:\\\\evil-phisher\\foo.html#h\\a\\s\\h': {
24 host: 'evil-phisher', property
25 hostname: 'evil-phisher',
29 href: 'http://evil-phisher/foo.html#h%5Ca%5Cs%5Ch'
32 'http:\\\\evil-phisher\\foo.html?json="\\"foo\\""#h\\a\\s\\h': {
35 host: 'evil-phisher', property
36 hostname: 'evil-phisher',
42 href: 'http://evil-phisher/foo.html?json=%22%5C%22foo%5C%22%22#h%5Ca%5Cs%5Ch'
45 'http:\\\\evil-phisher\\foo.html#h\\a\\s\\h?blarg': {
48 host: 'evil-phisher', property
49 hostname: 'evil-phisher',
53 href: 'http://evil-phisher/foo.html#h%5Ca%5Cs%5Ch?blarg'
57 'http:\\\\evil-phisher\\foo.html': {
60 host: 'evil-phisher', property
61 hostname: 'evil-phisher',
64 href: 'http://evil-phisher/foo.html'
71 host: 'www.example.com', property
81 host: 'www.example.com', property
91 host: 'www.example.com', property
102 host: 'www.example.com', property
113 host: 'www.example.com', property
124 host: 'www.example.com', property
135 host: 'www.example.com', property
145 host: 'x.com', property
158 host: 'x.com', property
169 host: 'www.example.com', property
175 // + not an invalid host character
176 // per https://url.spec.whatwg.org/#host-parsing
181 host: 'x.y.com+a', property
192 host: 'x.y.com', property
206 host: 'x.y.com', property
219 host: 'x...y...', property
230 host: 'x', property
246 host: 'www.narwhaljs.org', property
258 host: 'mt0.google.com', property
269 host: 'mt0.google.com', property
281 host: 'mt0.google.com', property
296 host: '', property
306 host: 'localhost', property
316 host: 'foo', property
326 host: '', property
336 host: 'localhost', property
346 host: 'foo', property
361 host: 'example.com:8000', property
375 host: 'example.com:8000', property
408 host: 'bar.com', property
426 host: 'jabber.org', property
435 host: '127.0.0.1:8080', property
448 host: 'foo', property
456 'dash-test://foo/bar': {
457 href: 'dash-test://foo/bar',
458 host: 'foo', property
460 protocol: 'dash-test:',
466 'dash-test:foo/bar': {
467 href: 'dash-test:foo/bar',
468 host: 'foo', property
470 protocol: 'dash-test:',
477 host: 'foo', property
487 host: 'foo', property
496 href: 'http://www.xn--wgv71a119e.com/',
499 host: 'www.xn--wgv71a119e.com', property
500 hostname: 'www.xn--wgv71a119e.com',
506 href: 'http://example.xn--bcher-kva.com/',
509 host: 'example.xn--bcher-kva.com', property
510 hostname: 'example.xn--bcher-kva.com',
516 href: 'http://www.xn--ffchen-9ta.com/',
519 host: 'www.xn--ffchen-9ta.com', property
520 hostname: 'www.xn--ffchen-9ta.com',
526 href: 'http://www.xn--ffchen-9ta.com/;A/b/c?d=e#f%20g%3Ch%3Ei',
529 host: 'www.xn--ffchen-9ta.com', property
530 hostname: 'www.xn--ffchen-9ta.com',
539 href: 'http://xn--slier-bsa.com/',
542 host: 'xn--slier-bsa.com', property
543 hostname: 'xn--slier-bsa.com',
549 href: 'http://xn--egbpdaj6bu4bxfgehfvwxn.xn--egb9f/',
552 host: 'xn--egbpdaj6bu4bxfgehfvwxn.xn--egb9f', property
553 hostname: 'xn--egbpdaj6bu4bxfgehfvwxn.xn--egb9f',
559 href: 'http://xn--hgi.ws/➡',
562 host: 'xn--hgi.ws', property
563 hostname: 'xn--hgi.ws',
571 host: 'bucket_name.s3.amazonaws.com', property
581 host: 'github.com', property
597 // While this may seem counter-intuitive, a browser will parse
615 host: '[fedc:ba98:7654:3210:fedc:ba98:7654:3210]', property
625 host: '[1080:0:0:0:8:800:200c:417a]:61616', property
637 host: '[3ffe:2a00:100:7031::1]:8080', property
645 'coap://u:p@[::192.9.5.5]:61616/.well-known/r?n=Temperature': {
649 host: '[::192.9.5.5]:61616', property
652 href: 'coap://u:p@[::192.9.5.5]:61616/.well-known/r?n=Temperature',
655 pathname: '/.well-known/r',
656 path: '/.well-known/r?n=Temperature'
663 host: 'example.com', property
673 host: 'example.com', property
683 host: 'example.com', property
695 host: 'example.com', property
706 host: '[fe80::1]', property
716 'http://-lovemonsterz.tumblr.com/rss': {
719 host: '-lovemonsterz.tumblr.com', property
720 hostname: '-lovemonsterz.tumblr.com',
721 href: 'http://-lovemonsterz.tumblr.com/rss',
726 'http://-lovemonsterz.tumblr.com:80/rss': {
730 host: '-lovemonsterz.tumblr.com:80', property
731 hostname: '-lovemonsterz.tumblr.com',
732 href: 'http://-lovemonsterz.tumblr.com:80/rss',
737 'http://user:pass@-lovemonsterz.tumblr.com/rss': {
741 host: '-lovemonsterz.tumblr.com', property
742 hostname: '-lovemonsterz.tumblr.com',
743 href: 'http://user:pass@-lovemonsterz.tumblr.com/rss',
748 'http://user:pass@-lovemonsterz.tumblr.com:80/rss': {
753 host: '-lovemonsterz.tumblr.com:80', property
754 hostname: '-lovemonsterz.tumblr.com',
755 href: 'http://user:pass@-lovemonsterz.tumblr.com:80/rss',
763 host: '_jabber._tcp.google.com', property
774 host: '_jabber._tcp.google.com', property
785 host: '_jabber._tcp.google.com:80', property
797 host: '_jabber._tcp.google.com:80', property
807 host: 'x:1', property
819 host: 'c', property
830 host: 'b', property
842 host: 'a.b', property
857 host: 'cd', property
873 host: 'github.com', property
888 host: '*', property
900 // Verify that the protocol is checked in a case-insensitive manner.
901 'javascript:alert(1);a=\x27@white-listed.com\x27': {
905 host: null, property
911 pathname: "alert(1);a='@white-listed.com'",
912 path: "alert(1);a='@white-listed.com'",
913 href: "javascript:alert(1);a='@white-listed.com'"
916 'javAscript:alert(1);a=\x27@white-listed.com\x27': {
920 host: null, property
926 pathname: "alert(1);a='@white-listed.com'",
927 path: "alert(1);a='@white-listed.com'",
928 href: "javascript:alert(1);a='@white-listed.com'"
935 host: 'www.example.com', property
945 host: 'www.example.com', property
951 '//fhqwhgads@example.com/everybody-to-the-limit': {
955 host: 'example.com', property
961 pathname: '/everybody-to-the-limit',
962 path: '/everybody-to-the-limit',
963 href: '//fhqwhgads@example.com/everybody-to-the-limit'
966 '//fhqwhgads@example.com/everybody#to-the-limit': {
970 host: 'example.com', property
973 hash: '#to-the-limit',
978 href: '//fhqwhgads@example.com/everybody#to-the-limit'
985 host: 'example.com', property
1000 host: 'evil.com$.example.com', property
1016 host: '0.0,1.1', property
1059 .resolveObject('jAvascript:alert(1);a=\x27@white-listed.com\x27');
1065 host: null, property
1071 pathname: "alert(1);a='@white-listed.com'",
1072 path: "alert(1);a='@white-listed.com'",
1073 href: "javascript:alert(1);a='@white-listed.com'"