VirtuBox
67ff78e077
Update version, fix psutil install
2022-12-23 08:11:44 +01:00
VirtuBox
3ea6c86256
Update Changelog and install
2022-12-22 23:17:00 +01:00
VirtuBox
7e1a1bbf9c
Fix missing and
2022-12-22 22:37:59 +01:00
VirtuBox
55572c003f
Fix php82
2022-12-22 22:22:40 +01:00
VirtuBox
67fdae3083
Remove adminer from tests
2022-12-11 18:36:32 +01:00
VirtuBox
319d1d0afc
Fix php8.2
2022-12-11 16:30:40 +01:00
VirtuBox
887cc1d3f0
Fix php8.2
2022-12-11 16:13:33 +01:00
VirtuBox
ec746c87cc
Merge pull request #483 from janiosarmento/issue482
...
#482 : Add PHP 8.2 to WO by @janiosarmento
2022-12-11 15:55:32 +01:00
Janio Sarmento
a76d76ce5f
#482 : Add PHP 8.2 to WO
2022-12-10 10:37:20 -03:00
VirtuBox
920cc18f27
Fix psutil upgrade
2022-11-22 21:22:09 +01:00
VirtuBox
9053395423
Bump requests and psutil version
2022-11-14 16:02:06 +01:00
VirtuBox
346d571f3c
Bump wo_version for testing
2022-11-14 15:58:43 +01:00
VirtuBox
d315686188
Merge remote-tracking branch 'origin/updating-configuration' into updating-configuration
2022-11-14 15:15:40 +01:00
VirtuBox
5dc6b1ec30
Prompt user before WordOps update
2022-11-14 15:15:04 +01:00
VirtuBox
2c95e03a1e
Merge pull request #477 from WordOps/updating-configuration
...
Remove Ubuntu 18.04 from Actions
2022-11-04 12:09:13 +01:00
VirtuBox
dbea5ee459
Remove Ubuntu 18.04 from Actions
2022-11-03 16:05:47 +01:00
VirtuBox
b585937adc
Merge pull request #475 from stodorovic/fix-services-order
...
Fix wrong else statements in stack_services.py
2022-11-03 11:26:33 +01:00
Saša Todorović
6ab40e73c4
Fix wrong else statements in stack_services.py
2022-11-01 17:02:14 +01:00
VirtuBox
bb981dab85
Merge pull request #473 from WordOps/updating-configuration
...
Prepare for Hotfix v3.15.4
2022-10-25 11:51:54 +02:00
VirtuBox
651b241b7f
Update CHANGELOG
2022-10-25 10:56:19 +02:00
VirtuBox
1b3f66a2b0
Use distro to get linux distribution
2022-10-25 10:35:22 +02:00
VirtuBox
bb5d9d4962
Prepare for Hotfix v3.15.4
2022-10-25 10:21:50 +02:00
VirtuBox
9ef325898f
Merge pull request #472 from nsgoyat/patch-4
...
fix prefetch-proxy configuration
2022-10-25 10:19:55 +02:00
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
f867e8ee33
Format README
2022-10-24 14:52:32 +02:00
VirtuBox
835ad7c3a1
Add Ubuntu 22.04 to testing
2022-10-24 14:51:11 +02:00
VirtuBox
785303bd26
Update CI install script
2022-10-24 14:50:53 +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
7591d95d14
Update Github Actions checkout
2022-10-20 12:39:39 +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
VirtuBox
91f26aa2f6
Merge pull request #470 from MacLeod62/patch-1
...
Fixed a spelling mistake
2022-10-17 14:18:47 +02:00
Old School van den Berg
898d75e874
Fixed a spelling mistake
...
Your -> you
2022-10-15 16:42:17 +02:00
VirtuBox
8743596451
Merge pull request #464 from nsgoyat/patch-3
...
Update nginx-core.mustache
2022-09-30 15:42:14 +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