We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaaf426 + 9932d03 commit 170faf3Copy full SHA for 170faf3
1 file changed
src/org/labkey/test/pages/admin/ExternalSourcesPage.java
@@ -206,8 +206,9 @@ public enum Directive implements OptionSelect.SelectOption
206
Font("font-src"),
207
Frame("frame-src"),
208
Image("image-src"),
209
- Style("style-src"),
210
Object("object-src"),
+ Script("script-src"),
211
+ Style("style-src"),
212
;
213
214
private final String directiveId;
0 commit comments