Skip to content

临时解决 站点不可用 fonts.loli.net #25

@jingjingxyk

Description

@jingjingxyk

因为 fonts.loli.net 地址不可用,出现 https://www.swoole.com/ 打不开的情况

image

解决办法:使用浏览器地址重定向即可,地址重定向规则如下:

{
  "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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions