feat(frontend): adding the referrer options to config.d.ts

Signed-off-by: vandr0iy <5510334+vandr0iy@users.noreply.github.com>
This commit is contained in:
vandr0iy
2025-12-04 11:50:45 +01:00
parent 863734d633
commit a98c71a435
+7
View File
@@ -993,6 +993,13 @@ export interface Config {
*/
csp?: { [policyId: string]: string[] | false };
/**
* Referrer Policy options
*/
referrer?: {
policy: string[];
};
/**
* Options for the health check service and endpoint.
*/