fix in readme

This commit is contained in:
Hendrik Schutter 2022-03-30 14:38:02 +02:00
parent abbeae7307
commit fcecd448fb
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Fork from: [https://gitlab.com/margau_me/legacyip-warn](https://gitlab.com/margau_me/legacyip-warn) Fork from: [https://gitlab.com/margau_me/legacyip-warn](https://gitlab.com/margau_me/legacyip-warn)
This project allows you to inject an warning banner for IPv4-users with NGINX webserver. This project allows you to inject an warning banner for IPv4-users with a NGINX webserver.
It consists of two snippets and an example vhost configuration. It consists of two snippets and an example vhost configuration.
@ -41,5 +41,5 @@ Add the script to the site config like this:
} }
sub_filter "script-src 'unsafe-inline'" "script-src 'unsafe-inline'"; sub_filter "script-src" "script-src 'unsafe-inline'";
sub_filter "</body>" $legacy; sub_filter "</body>" $legacy;
} }
} }