Lines Matching full:http
6 <a href="http://www.w3.org/TR/XMLHttpRequest/">XMLHttpRequest</a>
9 <a href="http://en.wikipedia.org/wiki/Same_origin_policy">same origin policy</a>.
21 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/howto/contentscript_xhr">contentscript_xhr example</a>.
40 say http://www.google.com,
56 "http://www.google.com/"
65 <li> "http://www.google.com/" </li>
66 <li> "http://www.gmail.com/" </li>
72 <li> "http://*.google.com/" </li>
73 <li> "http://*/" </li>
77 A match pattern of "http://*/" allows HTTP access to all reachable domains.
84 wants both secure and non-secure HTTP access to a given host or set
88 "http://www.google.com/",
98 href="http://en.wikipedia.org/wiki/Cross-site_scripting">cross-site
104 xhr.open("GET", "http://api.example.com/data.json", true);
117 xhr.open("GET", "http://api.example.com/data.json", true);
133 xhr.open("GET", "http://api.example.com/data.json", true);
145 xhr.open("GET", "http://api.example.com/data.json", true);
155 Additionally, be especially careful of resource retrieved via HTTP. If your
157 href="http://en.wikipedia.org/wiki/Man-in-the-middle_attack">"man-in-the-middle"</a>)