Fix URL in background.js for video documentation

This commit is contained in:
Kenneth Hendricks 2025-08-29 09:32:26 -04:00 committed by GitHub
parent 932cb03184
commit 51bd64ec8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ const safeListURLs = [
"https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/text-tools.md",
"https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/torrentpiracyguide.md",
"https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/video-tools.md",
"https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/video",
"https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/video.md",
];
const fmhyFilterListURL =
"https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/fmhy-filterlist.txt";