Skip to content

Commit

Permalink
Revert "Add content security policy for fonts and css"
Browse files Browse the repository at this point in the history
This reverts commit bd7781b.
  • Loading branch information
timothymcmackin committed Nov 1, 2023
1 parent 9f7dec7 commit 9461cc7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ const config = {
locales: ['en'],
},

headTags: [
{
tagName: 'meta',
attributes: {
'http-equiv': "Content-Security-Policy",
content: "default-src 'self' jsdelivr.net googleapis.com",
},
},
],

presets: [
[
'classic',
Expand Down

0 comments on commit 9461cc7

Please sign in to comment.