We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b67ac commit 9228892Copy full SHA for 9228892
src/index.coffee
@@ -15,7 +15,9 @@ module.exports=(mode)->
15
16
port=process.env.PORT or 8080
17
18
- app.use helmet()
+ app.use helmet {
19
+ contentSecurityPolicy: false
20
+ }
21
22
if mode is "production"
23
app.use express.static "#{__dirname}/client/dist"
src/server.json
@@ -1,5 +1,5 @@
1
{
2
"ip":"localhost",
3
"port":25565,
4
- "version":"1.16.5"
+ "version":"1.16.1"
5
}
0 commit comments