Searched refs:untrustedHTTP (Results 1 – 5 of 5) sorted by relevance
51 : untrustedHTTP(false) in WebURLLoaderOptions()59 …bool untrustedHTTP; // Whether to validate the method and headers as if this was an XMLHttpRequest. member
195 options.untrustedHTTP = true; in CheckMethodFails()214 options.untrustedHTTP = true; in CheckHeaderFails()
270 options.untrustedHTTP = true; in InternalOnHostMsgOpen()
329 if (m_options.untrustedHTTP) { in loadAsynchronously()
215 options.untrustedHTTP = true; in CreateWebURLLoader()