Narender Chopra
67a5b18d25
fix prefetch-proxy configuration
...
Seems there is an issue with these changes. This is what the output of `https://www.example.com/.well-known/traffic-advice ` looks like with WO 3.15.3 :
```
[\{
"user_agent": "prefetch-proxy",
"google_prefetch_proxy_eap": \{
"fraction": 1.0
\}
\}]
```
**Here is the expected output for a valid configuration**:
```
[{
"user_agent": "prefetch-proxy",
"google_prefetch_proxy_eap": {
"fraction": 1.0
}
}]
```
2022-10-24 22:40:35 +05:30
VirtuBox
1cf377cc99
Merge pull request #471 from WordOps/updating-configuration
...
maintenance release v3.15.3
2022-10-24 17:36:59 +02:00
VirtuBox
873b70c8d5
Prepare for release 3.15.3
2022-10-24 17:06:13 +02:00
VirtuBox
917f13d708
Fix typo in proftpd config
2022-10-24 17:04:31 +02:00
VirtuBox
ee8f426b6b
Include ftp ports in ufw config
2022-10-24 16:25:48 +02:00
VirtuBox
508debb930
Cleanup proftpd configuration and fix modules
2022-10-24 16:00:17 +02:00
VirtuBox
ff05988a97
Fix proftpd install on Ubuntu 22.04
2022-10-24 15:01:51 +02:00
VirtuBox
e7ce064baa
Fix missing variable
2022-10-20 12:55:51 +02:00
VirtuBox
0bce503349
Moving to redis official repository
2022-10-20 12:47:23 +02:00
VirtuBox
b7a40234f3
Fix netdata upgrade for old versions
2022-10-20 11:52:57 +02:00
VirtuBox
9cad039fa0
Improve private prefetch proxy configuration
2022-10-20 11:45:09 +02:00
VirtuBox
677f8b9482
Update wp-cli version
2022-10-20 11:44:34 +02:00
Old School van den Berg
898d75e874
Fixed a spelling mistake
...
Your -> you
2022-10-15 16:42:17 +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
VirtuBox
7663db77ef
Merge pull request #463 from WordOps/updating-configuration
...
Minor fixes
2022-09-25 17:45:21 +02:00
VirtuBox
b91a92b52d
Apply Pylint improvement
2022-09-25 13:32:38 +02:00
VirtuBox
0e7a8dd952
Fix mariadb service not enabled after upgrade
2022-09-25 13:29:40 +02:00
VirtuBox
4590b3f4ff
Merge pull request #462 from WordOps/updating-configuration
...
Maintenance Release v3.15.2
2022-09-23 18:25:54 +02:00
VirtuBox
cd6f650e9e
Prepare for release v3.15.2
2022-09-23 17:44:44 +02:00
VirtuBox
0a375f9b99
Force Cloudflare script update
2022-09-18 20:32:55 +02:00
VirtuBox
a4c37d132c
Use Cloudflare API to get IPs
2022-09-18 14:01:17 +02:00
VirtuBox
ce244cfbc5
Fix wo secure --auth on Ubuntu 22.04
2022-09-16 17:19:18 +02:00
VirtuBox
f89896d15d
Fix Netdata upgrade
2022-09-13 15:53:07 +02:00
VirtuBox
192b884529
Do not log MariaDB password
2022-09-13 15:52:50 +02:00
VirtuBox
0905651273
Add Private Prefetch Proxy
2022-09-13 15:22:09 +02:00
VirtuBox
e2d9625e7e
Merge pull request #454 from WordOps/updating-configuration
...
Hotfix v3.15.1
2022-09-09 22:57:32 +02:00
VirtuBox
7613746941
Hotfix v3.15.1
2022-09-09 22:36:59 +02:00
VirtuBox
5c44a3e9e4
Merge pull request #452 from WordOps/updating-configuration
...
Prepare for release v3.15.0
2022-09-09 17:50:23 +02:00
VirtuBox
98cf64b85c
Update phpmyadmin to 5.2.0
2022-09-09 14:28:42 +02:00
VirtuBox
e9b29820d5
Fix MariaDB version
2022-09-09 11:18:14 +02:00
VirtuBox
c57ca89d7e
Fix http2_max deprecated Nginx directive
2022-09-09 11:00:14 +02:00
VirtuBox
12a3c762f3
Set MariaDB 10.6 properly
2022-09-09 10:51:08 +02:00
VirtuBox
68a88ea369
Merge branch 'updating-configuration' into master
2022-09-09 10:48:50 +02:00
VirtuBox
0b08eb1db8
Fix MariaDB bind to localhost
2022-09-09 10:44:34 +02:00
VirtuBox
426fb7ce52
Fix MariaDB conf
2022-09-08 21:18:42 +02:00
VirtuBox
af2a42c434
Remove useless conditions about old distro
2022-09-08 21:03:59 +02:00
VirtuBox
0ffc52e0d5
Update to MariaDB 10.6
2022-09-08 20:49:35 +02:00
VirtuBox
bcf8a3e34c
Fix netdata stack upgrade
2022-07-21 16:42:42 +02:00
Hamada Habib
cdbdf2cc22
Update distro.linux_distribution & mariadb_ver [10.8]
...
Fix: DeprecationWarning: distro.linux_distribution() is deprecated
Deprecated since version 3.5, removed in version 3.7.
Update:
OVH MariaDB mirror has been updated and support Ubuntu 22.04 [jammy]
2022-07-12 08:33:01 +02:00
VirtuBox
9d677dac68
Merge pull request #444 from ihfbib/patch-2
...
Update acme.py
2022-06-15 18:24:46 +02:00
Hamada Habib
c2fbfe415a
Update acme.py
...
Fix: nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/www/22222/cert/22222.crt"
2022-06-15 11:32:31 +02:00
Hamada Habib
c0e17a703a
Update stack_pref.py
...
FIX: nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/www/22222/cert/22222.crt"
2022-06-15 11:31:28 +02:00
VirtuBox
4d17a6d17e
Merge pull request #439 from ihfbib/master
...
fix obsolete warnings logged
2022-06-13 11:17:36 +02:00
Hamada Habib
3c15940f4e
fix obsolete warnings logged
2022-05-28 04:35:37 +02:00
Hamada Habib
7f2cfe11ad
Fix wo log reset --all
2022-05-23 17:09:02 +02:00
VirtuBox
33321de230
Set back MariaDB 10.5 waiting for package for Ubuntu 22.04
2022-05-23 16:10:39 +02:00
VirtuBox
7277d3e565
Add support for Ubuntu 22.04 & Debian 11
2022-05-23 13:48:00 +02:00
Yogesh Beniwal
b09a9b203c
Update Referrer-Policy
2022-05-11 21:57:38 +08:00
VirtuBox
1cb4911b42
Fix typo
2022-04-28 15:44:39 +02:00
VirtuBox
5178bb82d3
Fix git secure path
2022-04-28 15:07:12 +02:00