Skip to content

Commit

Permalink
remove content security policy
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 1, 2023
1 parent 3350e0c commit 06f8caa
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

1 comment on commit 06f8caa

@vercel
Copy link

@vercel vercel bot commented on 06f8caa Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.