Skip to content

Commit

Permalink
Add font-src about:blank support
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbuckley committed Feb 25, 2022
1 parent 26857a2 commit 5682dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _cf/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const csp = {
],
'font-src': [
'https://fonts.gstatic.com',
'about:', // https://github.com/mathjax/MathJax/issues/256#issuecomment-37990603
],
'object-src': "'none'",
'connect-src': [
Expand Down

0 comments on commit 5682dd4

Please sign in to comment.