Skip to content

Commit 10d7c59

Browse files
committed
Fix incorrect location of extra_csp_directives in schema
1 parent a83ffa1 commit 10d7c59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schemas/qwc-map-viewer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@
143143
"type": "array",
144144
"items": {
145145
"type": "string"
146-
},
147-
"extra_csp_directives": {
148-
"description": "Extra Content-Security-Policy header directives",
149-
"type": "string"
150146
}
147+
},
148+
"extra_csp_directives": {
149+
"description": "Extra Content-Security-Policy header directives",
150+
"type": "string"
151151
}
152152
},
153153
"required": [

0 commit comments

Comments
 (0)