New route to check blacklist only

This commit is contained in:
nemunaire 2025-10-31 11:01:58 +07:00
commit bc6a6397ad
9 changed files with 586 additions and 2 deletions

View file

@ -29,6 +29,7 @@ interface AppConfig {
const defaultConfig: AppConfig = {
report_retention: 0,
survey_url: "",
rbls: [],
};
function getConfigFromScriptTag(): AppConfig | null {