mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Add feature flag endpoint
This commit is contained in:
@@ -186,7 +186,8 @@ addDefaults(config, {
|
||||
productPermalinks: ["sponsorblock"]
|
||||
},
|
||||
tokenSeed: "",
|
||||
minUserIDLength: 30
|
||||
minUserIDLength: 30,
|
||||
deArrowPaywall: false
|
||||
});
|
||||
loadFromEnv(config);
|
||||
migrate(config);
|
||||
|
||||
Reference in New Issue
Block a user