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) {
|
function isICANN(url: string) {
|
||||||
if (url.startsWith("//")) {
|
if (url.startsWith("//")) {
|
||||||
|
debugger;
|
||||||
url = `https:${url}`;
|
url = `https:${url}`;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue