mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
fix stream/allow editing modsec conf/readme changes/dep updates
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
"body-parser": "1.20.2",
|
||||
"compression": "1.7.4",
|
||||
"express": "4.18.2",
|
||||
"express-fileupload": "1.4.1",
|
||||
"express-fileupload": "1.4.2",
|
||||
"gravatar": "1.8.2",
|
||||
"jsonwebtoken": "9.0.2",
|
||||
"knex": "3.0.1",
|
||||
"liquidjs": "10.9.3",
|
||||
"liquidjs": "10.9.4",
|
||||
"lodash": "4.17.21",
|
||||
"moment": "2.29.4",
|
||||
"mysql": "2.18.1",
|
||||
@@ -29,7 +29,7 @@
|
||||
"author": "Jamie Curnow <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint": "8.52.0",
|
||||
"eslint": "8.53.0",
|
||||
"eslint-plugin-align-assignments": "1.1.2"
|
||||
}
|
||||
}
|
||||
|
@@ -10,10 +10,8 @@
|
||||
{% unless certificate and certificate_id > 0 -%}
|
||||
{% unless ssl_forced == 1 or ssl_forced == true %}
|
||||
{% unless hsts_enabled == 1 or hsts_enabled == true %}
|
||||
more_clear_headers "Content-Security-Policy";
|
||||
|
||||
more_clear_headers "Expect-CT";
|
||||
more_clear_headers "Strict-Transport-Security";
|
||||
{% endunless %}
|
||||
{% endunless %}
|
||||
{% endunless %}
|
||||
{% endunless %}
|
||||
|
Reference in New Issue
Block a user