Skip to content

Instantly share code, notes, and snippets.

@balibou
Created August 2, 2016 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balibou/787e8a95277f53df91093525727e0d69 to your computer and use it in GitHub Desktop.
Save balibou/787e8a95277f53df91093525727e0d69 to your computer and use it in GitHub Desktop.
// ./imports/startup/server/browser-policy.js
import { BrowserPolicy } from 'meteor/browser-policy-common';
BrowserPolicy.content.allowOriginForAll('https://js.stripe.com/');
BrowserPolicy.content.allowOriginForAll('https://checkout.stripe.com/');
BrowserPolicy.content.allowOriginForAll('https://tmc-post-content.s3.amazonaws.com/');
BrowserPolicy.content.allowOriginForAll('https://q.stripe.com/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment