Commit Graph

20 Commits

Author SHA1 Message Date
VirtuBox
62707eba4e Fix nginx.conf identation 2024-06-08 16:13:22 +02:00
VirtuBox
c641f1eaa1 Enable HTTP/3 QUIC 2024-06-08 11:59:18 +02:00
Narender Chopra
b548938539 Update nginx-core.mustache
# X-XSS-Protection

Even though this feature can protect users of older web browsers that don't yet support CSP, in some cases, XSS protection can create XSS vulnerabilities in otherwise safe websites.

Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection
https://thexssrat.medium.com/x-xss-protection-headers-protection-or-vulnerability-bc7213951320

Chrome has removed their XSS Auditor
Firefox has not, and will not implement X-XSS-Protection
Edge has retired its XSS filter.

# X-Download-Options

Microsoft announced the retirement of Internet Explorer and it's rendered inoperable since June 15, 2022. So, we may safely remove this IE 8 specific HTTP Header too.
2022-09-28 16:44:12 +05:30
Yogesh Beniwal
b09a9b203c Update Referrer-Policy 2022-05-11 21:57:38 +08:00
VirtuBox
01ee8c0a13 v3.11.0 (#211)
- PHP 7.4 support
- Improved Webp images support with Cloudflare (Issue [#95](https://github.com/WordOps/WordOps/issues/95)). Nginx will not serve webp images alternative with Cloudflare IP ranges.
- Stack upgrade for adminer
- Check acme.sh installation and setup acme.sh if needed before issuing certificate
- Add `--ufw` to `wo stack status`
- Add Nginx directive `gzip_static on;` to serve precompressed assets with Cache-Enabler or WP-Rocket. (Issue [#207](https://github.com/WordOps/WordOps/issues/207))
- Previous `--php73` & `--php73=off` flags are replaced by `--php72`, `--php73`, `--php74` to switch site's php version
- phpMyAdmin updated to v4.9.2
- Adminer updated to v4.7.5
- Replace dot and dashes by underscores in database names (Issue [#206](https://github.com/WordOps/WordOps/issues/206))
- Increased database name length to 32 characters from domain name + 8 random characters
- typo error in motd-news script (Issue [#204](https://github.com/WordOps/WordOps/issues/204))
- Install Nginx before ngxblocker
- WordOps install/update script text color
- Issue with MySQL stack on Raspbian 9/10
- Typo error  (PR [#205](https://github.com/WordOps/WordOps/pull/205))
- php version in `wo debug` (PR [#209](https://github.com/WordOps/WordOps/pull/209))
- SSL certificates expiration display with shared wildcard certificates
2019-12-03 19:48:18 +01:00
VirtuBox
7765b2ce84 Several improvements
* Run `mysql_upgrade` during MySQL upgrade with `wo stack upgrade` to perform migration if needed
* WordOps now check if a repository already exist before trying to adding it again.
* install script refactored
2019-10-25 23:58:08 +02:00
VirtuBox
b877b1e8c7 Add TLS 1.3 0-RTT nginx configuration 2019-10-08 17:50:51 +02:00
VirtuBox
be4b3cfad2 Fix CORS header
* additional security directives
2019-09-25 00:27:31 +02:00
VirtuBox
e444886c52 Move setuphsts into sslutils 2019-09-06 22:21:16 +02:00
VirtuBox
e0ae643b84 Add mime.types template and xmlrpc.php rate limiter 2019-09-02 12:20:20 +02:00
VirtuBox
a5d0eed9a7 Fix wo info 2019-08-18 00:25:35 +02:00
VirtuBox
aa1a830c5b Additional Nginx tweaks 2019-08-16 22:57:26 +02:00
VirtuBox
840e353a54 Add --mysqlclient and cleanup code 2019-08-15 23:46:16 +02:00
VirtuBox
937e61305a Fix HSTS and update changelog 2019-08-14 13:56:37 +02:00
VirtuBox
a248eac0c9 Move Gzip & Brotli config outside of nginx.conf 2019-08-13 09:46:21 +02:00
VirtuBox
fa826224af Fix wprocket 2019-08-09 00:17:42 +02:00
VirtuBox
17510fe57c Fix nginx.conf 2019-07-28 22:22:51 +02:00
VirtuBox
4f2bfc2c06 Update nginx stack install 2019-07-28 21:23:07 +02:00
VirtuBox
9e6208c2e6 revert site.py changes 2019-03-05 13:45:16 +01:00
jeroenops
b36df4384a Refactored 2018-11-13 21:55:59 +01:00