fix: debug
This commit is contained in:
parent
ef72a2ce9d
commit
532fab5ca4
|
@ -56,6 +56,7 @@ export default class URLRewriteFilter implements ContentFilter {
|
|||
|
||||
function isICANN(url: string) {
|
||||
if (url.startsWith("//")) {
|
||||
debugger;
|
||||
url = `https:${url}`;
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue