mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 18:14:11 +01:00
Bump JSMLoader.bump.
This commit is contained in:
@@ -84,7 +84,7 @@ ProtocolBase.prototype = {
|
||||
newURI: function newURI(spec, charset, baseURI) {
|
||||
if (baseURI && baseURI.host === "data")
|
||||
baseURI = null;
|
||||
return services.URL(services.URL.URLTYPE_STANDARD,
|
||||
return services.URL(services.URL.URLTYPE_AUTHORITY,
|
||||
this.defaultPort, spec, charset, baseURI);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user