From 5eb680596ac2d8289169968f93accb741405d184 Mon Sep 17 00:00:00 2001 From: Icedsoda <29167146+1cedsoda@users.noreply.github.com> Date: Sat, 2 Mar 2024 22:53:50 +0100 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1e65976..2fe4c35 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,7 @@ Pros: - [X] Script Source Injection - Inject the `script.js` as raw JS code - [X] Request Forwarding - Forward requests behind `forwardingPath` to th unami server - [X] Server Side Tracking - Trigger tracking event from the plugin, No JS needed. +- [ ] Injection when compressed - [Issue](https://github.com/1cedsoda/traefik-umami-plugin/issues/2), [PR in progress](https://github.com/1cedsoda/traefik-umami-plugin/pull/3) # Installation To [add this plugin to traefik](https://plugins.traefik.io/install) reference this repository as a plugin in the static config. @@ -141,4 +142,4 @@ The `domains` configuration is considered for SST as well. If domains is empty, The mode `notinjected` is useful if you want to use SST and script injection at the same time, but want to avoid double tracking. Perfect for full analytics coverage of your web service. There are two modes for server side tracking: - `all`: Tracks all requests -- `notinjected`: Tracks all requests that have not been injected (always if `scriptInjection` is disabled) \ No newline at end of file +- `notinjected`: Tracks all requests that have not been injected (always if `scriptInjection` is disabled)