We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1d385 commit 75eee5dCopy full SHA for 75eee5d
playground/.winrc.ts
@@ -3,6 +3,10 @@ import { defineConfig } from 'win';
3
export default defineConfig({
4
plugins: ['../src'],
5
security: {
6
- sri: true,
+ // sri: true,
7
+ sri: {
8
+ // algorithm: 'sha256',
9
+ // algorithm: 'sha384',
10
+ },
11
},
12
});
0 commit comments