1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-19 16:03:46 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Daniel Jagszent
930c7cb94c
Update matomo.js check
Only HTTP/2 server use lowercase HTTP headers. Use capitalised header names for HTTP/1 support

Content Types like `application/javascript; charset=utf-8` should not trigger a warning.

Matomo's HTTP::sendHttpRequest does not send the required `Accept-Encoding` header. Standards compliant HTTP servers cannot send compressed output in this case. This change does the compression check by checking for the existence of the correct `Vary` header. Standards-compliant HTTP servers should send it when compression is possible.
2021-12-14 17:00:44 +01:00
e8367d6b2a
also accept brotli compression 2021-04-15 11:49:10 +02:00
8b61d8fbf8
skip checks when enable_internet_features = 0 2021-04-15 11:47:25 +02:00
3507876141
don't fail on missing headers 2021-04-15 11:41:35 +02:00
2bf675cc4b
make all strings translatable 2021-04-12 16:12:03 +02:00
32e37d1cac
add icon, notification and a few translatable strings 2021-03-31 23:38:26 +02:00
Renamed from Diagnostic/GzipMatomoJsCheck.php (Browse further)