New route to check blacklist only
This commit is contained in:
parent
e166e75e42
commit
bc6a6397ad
9 changed files with 586 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ interface AppConfig {
|
|||
const defaultConfig: AppConfig = {
|
||||
report_retention: 0,
|
||||
survey_url: "",
|
||||
rbls: [],
|
||||
};
|
||||
|
||||
function getConfigFromScriptTag(): AppConfig | null {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue