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:
parent
533eda2273
commit
476ed0468f
2 changed files with 1 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue