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 Jan 4, 2024
1 parent 9ad8c00 commit c8fdcd0
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 c8fdcd0

Please sign in to comment.