-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
因为 fonts.loli.net 地址不可用,出现 https://www.swoole.com/ 打不开的情况
解决办法:使用浏览器地址重定向即可,地址重定向规则如下:
{
"action": {
"redirect": {
"transform": {
"host": "fonts.googleapis.cn",
"scheme": "https"
}
},
"type": "redirect"
},
"condition": {
"requestDomains": [
"fonts.loli.net"
],
"resourceTypes": [
"main_frame",
"sub_frame",
"stylesheet",
"script",
"image",
"font",
"object",
"xmlhttprequest",
"ping",
"csp_report",
"media",
"websocket",
"other"
],
"urlFilter": "|http*://fonts.loli.net"
},
"id": 2,
"priority": 2
}
Metadata
Metadata
Assignees
Labels
No labels