Skip to content

Commit

Permalink
opens further policies
Browse files Browse the repository at this point in the history
  • Loading branch information
JKarlavige committed Oct 1, 2021
1 parent 0a9eb60 commit b55fd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _headers
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
Content-Security-Policy: style-src https: data: 'unsafe-inline' 'unsafe-eval'; script-src https: 'unsafe-inline' 'unsafe-eval'; object-src 'none'; frame-ancestors 'none';
Content-Security-Policy: object-src 'none'; frame-ancestors 'none';
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
1 change: 1 addition & 0 deletions website/plugins/insertMetaTags/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Inject metatags to head
module.exports = function insertMetaTagsPlugin(context, options) {
return {
name: 'docusaurus-insert-meta-tags-plugin',
Expand Down

0 comments on commit b55fd6c

Please sign in to comment.