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