Added experimentalExtraAllowedOrigins to config
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Vendored
+4
@@ -191,5 +191,9 @@ export interface Config {
|
||||
*/
|
||||
backstageTokenExpiration?: HumanDuration;
|
||||
};
|
||||
/**
|
||||
* Additional app origins to allow for authenticating
|
||||
*/
|
||||
experimentalExtraAllowedOrigins?: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user