Skip to content

Commit 6950225

Browse files
committed
Add Directive.Font
1 parent d39c732 commit 6950225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mGAP/src/org/labkey/mgap/mGAPModule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public void doStartupAfterSpringConfig(ModuleContext moduleContext)
110110

111111
ContentSecurityPolicyFilter.registerAllowedSources(Directive.Connection, this.getClass().getName(), "https://*.fontawesome.com", "https://code.jquery.com");
112112
ContentSecurityPolicyFilter.registerAllowedSources(Directive.Style, this.getClass().getName(), "https://code.jquery.com", "https://www.gstatic.com");
113+
ContentSecurityPolicyFilter.registerAllowedSources(Directive.Font, this.getClass().getName(), "https://*.fontawesome.com");
113114

114115
new PipelineStartup();
115116
}

0 commit comments

Comments
 (0)