Commit a87418ea277b87db4ad95ba46c41373b7f8ecffe

Authored by MichelFloyd
1 parent 1850fc25bc
Exists in master

Fixed issue with fontAwesome fonts not being able to load due to content security policy.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
imports/startup/server/browser-policy.js
1   -// import { BrowserPolicy } from 'meteor/browser-policy-common';
  1 +import { BrowserPolicy } from 'meteor/browser-policy-common';
2 2 // e.g., BrowserPolicy.content.allowOriginForAll( 's3.amazonaws.com' );
  3 +BrowserPolicy.content.allowFontOrigin("data:");
... ...