File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ export async function applyData() {
42
42
const $ = await prepare ( )
43
43
44
44
// <meta http-equiv="Content-Security-Policy" content="
45
+ // ensure unsafe-inline is allowed, custom js is added as `unsafe-inline`
45
46
{
46
47
const cspMeta = $ ( `meta[http-equiv="Content-Security-Policy"]` )
47
48
const cspContent = cspMeta . attr ( 'content' )
@@ -55,7 +56,6 @@ export async function applyData() {
55
56
return json
56
57
}
57
58
58
- debugger
59
59
const cspModel = new ContentSecurityPolicy ( cspContent )
60
60
const parsed = fixJson ( cspModel . share ( 'json' ) )
61
61
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export class ListCommand extends Command {
12
12
}
13
13
14
14
interactive = Option . Boolean ( '-i,--interactive' , false , {
15
- description : 'list & slect with an interactive prompt' ,
15
+ description : 'list & select with an interactive prompt' ,
16
16
} )
17
17
18
18
async execute ( ) {
You can’t perform that action at this time.
0 commit comments