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:
+7
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user