stackoverflow优化
This commit is contained in:
parent
ed4978a6f6
commit
994099a7d2
@ -80,7 +80,7 @@ namespace FastGithub.ReverseProxy
|
|||||||
|
|
||||||
var baseUri = new Uri(defaultValue);
|
var baseUri = new Uri(defaultValue);
|
||||||
var result = new Uri(baseUri, destination).ToString();
|
var result = new Uri(baseUri, destination).ToString();
|
||||||
this.logger.LogInformation($"[{defaultValue}->{result}]");
|
this.logger.LogInformation($"[{defaultValue} <-> {result}]");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -66,6 +66,16 @@
|
|||||||
"ContentType": "text/plain;charset=utf-8",
|
"ContentType": "text/plain;charset=utf-8",
|
||||||
"ContentValue": "阻断的请求"
|
"ContentValue": "阻断的请求"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"lh*.googleusercontent.com": {
|
||||||
|
"Response": {
|
||||||
|
"StatusCode": 404
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"www.google.com": {
|
||||||
|
"Response": {
|
||||||
|
"StatusCode": 404
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user