You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/packages/svelte/tests/server-side-rendering/samples/csp-config-error/_config.js

8 lines
145 B

import { test } from '../../test';
export default test({
mode: ['async'],
csp: { hash: true, nonce: 'test-nonce' },
error: 'invalid_csp'
});