Style fix.

This commit is contained in:
pancho horrillo
2019-09-06 12:43:39 +02:00
parent 5c72f3a498
commit 41d8f39c9a
+1 -1
View File
@@ -76,7 +76,7 @@ but sorely lacking in the vast majority of them.
### Why not CGI? ### Why not CGI?
* CGI is also **rigid** about how it matches between HTTP and UNIX® process * CGI is also **rigid** about how it matches HTTP and UNIX® process
concepts. Notably CGI *meta-variables* are injected into the script's concepts. Notably CGI *meta-variables* are injected into the script's
environment; this behavior can and has been exploited by nasty attacks such as environment; this behavior can and has been exploited by nasty attacks such as
[Shellshock](https://en.wikipedia.org/wiki/Shellshock_(software_bug)). [Shellshock](https://en.wikipedia.org/wiki/Shellshock_(software_bug)).