8 | Use this page to configure allowed CORS origins for the Frontend
9 | API (/api/frontend
).
10 |
12 | This configuration will not affect the Admin API (
13 | /api/admin
) nor the Client API (
14 | /api/client
).
15 |
17 | An asterisk (*
) may be used to allow API calls from
18 | any origin.
19 |
{text}13 |
{strategyDefinition?.description}
; 10 | }; 11 | 12 | export default DefaultStrategy; 13 | -------------------------------------------------------------------------------- /src/component/feedback/FeedbackCES/FeedbackCESForm.test.tsx: -------------------------------------------------------------------------------- 1 | import { FeedbackCESForm } from './FeedbackCESForm'; 2 | import { ThemeProvider } from 'themes/ThemeProvider'; 3 | import { render } from 'utils/testRenderer'; 4 | 5 | test('FeedbackCESForm', () => { 6 | const onClose = () => { 7 | throw new Error('Unexpected onClose call.'); 8 | }; 9 | 10 | render( 11 |