fix: remove debug
This commit is contained in:
parent
532fab5ca4
commit
ab103d4f0a
|
@ -56,7 +56,6 @@ 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