Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. app.use(helmet({
  2. contentSecurityPolicy: {
  3. directives: {
  4. frameAncestors: [
  5. 'https://mydomain.eu.auth0.com'
  6. ]
  7. }
  8. }
  9. }));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement