Request Interceptor에 대한 리뷰
Request Interceptor 제작자: Vinay Kaparthi
Vinay Kaparthi 님의 답글
개발자 답글
6년 전에 게시됨Configure the rule as below and give a try.
When Request's -> URL -> Matches(RegEx) -> https:\/\/fonts.googleapis.com\/(.*)
Actions -> RedirectTo -> https://fonts.loli.net/${1}
When Request's -> URL -> Matches(RegEx) -> https:\/\/fonts.googleapis.com\/(.*)
Actions -> RedirectTo -> https://fonts.loli.net/${1}