Skip to content

Commit 1faac68

Browse files
committed
fix: update homepage and User-Agent link in meta and fetch configurations
1 parent 0f6fcd4 commit 1faac68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

src/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)