We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfa52d commit 6b1b336Copy full SHA for 6b1b336
src/plugins/adblocker/blocker.ts
@@ -6,7 +6,7 @@ import { ElectronBlocker } from '@ghostery/adblocker-electron';
6
import { app, net } from 'electron';
7
8
const SOURCES = [
9
- 'https://raw.githubusercontent.com/kbinani/adblock-youtube-ads/master/signed.txt',
+ 'https://raw.githubusercontent.com/kbinani/adblock-youtube-ads/master/signed.txt',
10
// UBlock Origin
11
'https://raw.githubusercontent.com/ghostery/adblocker/master/packages/adblocker/assets/ublock-origin/filters.txt',
12
'https://raw.githubusercontent.com/ghostery/adblocker/master/packages/adblocker/assets/ublock-origin/quick-fixes.txt',
0 commit comments