mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Housekeeping
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
const unsupported = Symbol('unsupported');
|
||||
|
||||
// https://dreamacro.github.io/clash/configuration/rules.html
|
||||
export const PROCESSOR: Record<string, ((raw: string, type: string, value: string) => string) | typeof unsupported> = {
|
||||
'URL-REGEX': unsupported,
|
||||
'USER-AGENT': unsupported
|
||||
};
|
||||
@@ -1,5 +1,4 @@
|
||||
// @ts-check
|
||||
import { NetworkFilter } from '@cliqz/adblocker';
|
||||
import { NetworkFilter } from '@ghostery/adblocker';
|
||||
import { processLine } from './process-line';
|
||||
import tldts from 'tldts-experimental';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user