diff options
Diffstat (limited to 'libpathod')
-rw-r--r-- | libpathod/templates/request_previewform.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libpathod/templates/request_previewform.html b/libpathod/templates/request_previewform.html index 263b501e..78884145 100644 --- a/libpathod/templates/request_previewform.html +++ b/libpathod/templates/request_previewform.html @@ -27,7 +27,11 @@ <td>100 random bytes as the body</td> </tr> <tr> - <td><a href='/request_preview?spec=get:/:h"User-Agent"="';drop table browsers;"'>get:/:h"User-Agent"="';drop table browsers;"</a></td> + <td><a href='/request_preview?spec=get:/:h"Etag"="';drop table browsers;"'>get:/:h"Etag"="';drop table browsers;"</a></td> + <td>Add a header</td> + </tr> + <tr> + <td><a href='/request_preview?spec=get:/:u"';drop table browsers;"'>get:/:u"';drop table browsers;"</a></td> <td>Add a User-Agent header</td> </tr> <tr> |