Home
last modified time | relevance | path

Searched refs:HTTP_PROTOCOL (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dis-allowed-resource.js7 var HTTP_PROTOCOL = 'http:'; variable
23 uri = HTTP_PROTOCOL + uri;
74 return isRemoteResource(rule) || url.parse(HTTP_PROTOCOL + '//' + rule).host == rule;
Dload-remote-resource.js9 var HTTP_PROTOCOL = 'http:'; variable
24 requestOptions.protocol = inlineRequest.protocol || HTTP_PROTOCOL;