Skip to content

Commit

Permalink
Allow Google Fonts styles usage in demos
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Nov 19, 2024
1 parent 62aab13 commit f6d8aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
Content-Security-Policy = """
default-src 'self';
frame-ancestors 'self';
style-src 'self' 'unsafe-inline';
style-src 'self' 'unsafe-inline' fonts.googleapis.com;
font-src 'self' fonts.gstatic.com;
"""
Cross-Origin-Resource-Policy = "same-origin"
Referrer-Policy = "strict-origin-when-cross-origin"

0 comments on commit f6d8aae

Please sign in to comment.