We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83fcdc commit e6f8951Copy full SHA for e6f8951
src/ajax.js
@@ -7,7 +7,7 @@ var r20 = /%20/g,
7
rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, // IE leaves an \r character at EOL
8
rinput = /^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
9
// #7653, #8125, #8152: local protocol detection
10
- rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|widget):$/,
+ rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,
11
rnoContent = /^(?:GET|HEAD)$/,
12
rprotocol = /^\/\//,
13
rquery = /\?/,
0 commit comments