更新
This commit is contained in:
@@ -175,7 +175,8 @@ public class EmoneyAutoPlatformExceptionHandler {
|
||||
if (ex instanceof NoResourceFoundException nrfe) {
|
||||
if (StringUtils.isNotEmpty(nrfe.getMessage())
|
||||
&& nrfe.getMessage().endsWith(" .well-known/appspecific/com.chrome.devtools.json.")) {
|
||||
// 傻逼 Chrome 开发工具默认调用该地址
|
||||
// 傻逼 Chrome 开发工具在本地调试时默认调用该地址
|
||||
// see: https://blog.ni18.in/well-known-appspecific-com-chrome-devtools-json-request/
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user