mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Fix broken cookie
This commit is contained in:
parent
eabf2027c5
commit
959d6c275d
1
node_modules/c9/urls.js
generated
vendored
1
node_modules/c9/urls.js
generated
vendored
@ -39,6 +39,7 @@ plugin.getBaseUrl = function(req, sourceBaseUrlPattern, targetBaseUrlPattern) {
|
||||
var sourceHostMatcher = sourceBaseUrlPattern
|
||||
.replace(/^https?:\/\//, "")
|
||||
.replace(/\/.*/, "")
|
||||
.replace(/\./, "\\.")
|
||||
.replace("$DOMAIN", "([^/]+)");
|
||||
var hostMatch = sourceHost.match(sourceHostMatcher);
|
||||
var targetHost;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user