Skip to content
Permalink
Browse files
Fixes #9632. Adds res:// protocol to the list of local protocols.
  • Loading branch information
jaubourg committed Jul 1, 2011
1 parent e83fcdc commit e6f8951
Showing 1 changed file with 1 addition and 1 deletion.
@@ -7,7 +7,7 @@ var r20 = /%20/g,
rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, // IE leaves an \r character at EOL
rinput = /^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
// #7653, #8125, #8152: local protocol detection
rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|widget):$/,
rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,
rnoContent = /^(?:GET|HEAD)$/,
rprotocol = /^\/\//,
rquery = /\?/,

0 comments on commit e6f8951

Please sign in to comment.