Remove piwik config fallback for privacy policy URL (#9390)
* Remove piwik config fallback for privacy policy URL * Clean up imports
This commit is contained in:
@@ -141,9 +141,6 @@ export interface IConfigOptions {
|
||||
servers: string[];
|
||||
};
|
||||
|
||||
piwik?: false | {
|
||||
policy_url: string; // deprecated in favour of `privacy_policy_url` at root instead
|
||||
};
|
||||
posthog?: {
|
||||
project_api_key: string;
|
||||
api_host: string; // hostname
|
||||
|
||||
Reference in New Issue
Block a user