@strapi/strapi 4.0.0-beta.16 → 4.0.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,7 @@ const defaults = {
14
14
  'connect-src': ["'self'", 'https:'],
15
15
  'img-src': ["'self'", 'data:', 'blob:'],
16
16
  'media-src': ["'self'", 'data:', 'blob:'],
17
+ upgradeInsecureRequests: null,
17
18
  },
18
19
  },
19
20
  xssFilter: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "4.0.0-beta.16",
3
+ "version": "4.0.0-beta.17",
4
4
  "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
5
5
  "keywords": [
6
6
  "strapi",
@@ -79,16 +79,16 @@
79
79
  "dependencies": {
80
80
  "@koa/cors": "3.1.0",
81
81
  "@koa/router": "10.1.1",
82
- "@strapi/admin": "4.0.0-beta.16",
83
- "@strapi/database": "4.0.0-beta.16",
84
- "@strapi/generate-new": "4.0.0-beta.16",
85
- "@strapi/generators": "4.0.0-beta.16",
86
- "@strapi/logger": "4.0.0-beta.16",
87
- "@strapi/plugin-content-manager": "4.0.0-beta.16",
88
- "@strapi/plugin-content-type-builder": "4.0.0-beta.16",
89
- "@strapi/plugin-email": "4.0.0-beta.16",
90
- "@strapi/plugin-upload": "4.0.0-beta.16",
91
- "@strapi/utils": "4.0.0-beta.16",
82
+ "@strapi/admin": "4.0.0-beta.17",
83
+ "@strapi/database": "4.0.0-beta.17",
84
+ "@strapi/generate-new": "4.0.0-beta.17",
85
+ "@strapi/generators": "4.0.0-beta.17",
86
+ "@strapi/logger": "4.0.0-beta.17",
87
+ "@strapi/plugin-content-manager": "4.0.0-beta.17",
88
+ "@strapi/plugin-content-type-builder": "4.0.0-beta.17",
89
+ "@strapi/plugin-email": "4.0.0-beta.17",
90
+ "@strapi/plugin-upload": "4.0.0-beta.17",
91
+ "@strapi/utils": "4.0.0-beta.17",
92
92
  "bcryptjs": "2.4.3",
93
93
  "boxen": "5.1.2",
94
94
  "chalk": "4.1.2",
@@ -134,5 +134,5 @@
134
134
  "node": ">=12.x.x <=16.x.x",
135
135
  "npm": ">=6.0.0"
136
136
  },
137
- "gitHead": "71bdfa34637832e8e78a6cf1b57c8c6dbadf133d"
137
+ "gitHead": "8f9cf3803464d3dbfc8c1090c16bb5f53a60c6c3"
138
138
  }