You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* List of origins to allow the browser to request. Default is to allow all. Origins matching both `allowedOrigins` and `blockedOrigins` will be blocked.
584
+
*/
585
+
allowedOrigins?: string[];
586
+
587
+
/**
588
+
* List of origins to block the browser to request. Origins matching both `allowedOrigins` and `blockedOrigins` will be blocked.
589
+
*/
590
+
blockedOrigins?:string[];
591
+
};
592
+
579
593
/**
580
594
* Specify the attribute to use for test ids, defaults to "data-testid".
* Whether to send image responses to the client. Can be "allow", "omit", or "auto". Defaults to "auto", which sends images if the client can display them.
0 commit comments