File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export const defaultFilterMeta = {
1919 title : "Blockingmachine AdGuard List" ,
2020 description : "Combined filter list optimized for AdGuard" ,
2121 madeby : "Daniel Hipskind" ,
22- homepage : "https://github.com/danielhipskind /blockingmachine" ,
22+ homepage : "https://github.com/greigh /blockingmachine" ,
2323 website : "http://danielhipskind.com/" ,
2424 license : "BSD-3-Clause" ,
2525 version : "3.0.0" ,
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export async function fetchContent(url: string): Promise<string | null> {
9393 const options : RequestInit = {
9494 headers : {
9595 "User-Agent" :
96- "Blockingmachine/1 .0 (+https://github.com/danielhipskind /blockingmachine)" ,
96+ "Blockingmachine/3 .0 (+https://github.com/greigh /blockingmachine)" ,
9797 } ,
9898 } ;
9999
You can’t perform that action at this time.
0 commit comments