We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63489c commit 6f7f6a9Copy full SHA for 6f7f6a9
1 file changed
openmetadata-ui/src/main/resources/ui/vite.config.ts
@@ -31,6 +31,9 @@ export default defineConfig(({ mode }) => {
31
// The actual BASE_PATH is injected at runtime by the Java backend via ${basePath} replacement
32
return {
33
base: '',
34
+ html: {
35
+ cspNonce: '${cspNonce}', // Placeholder replaced by Java backend at runtime
36
+ },
37
plugins: [
38
{
39
name: 'html-transform',
0 commit comments