diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-09-03 19:40:45 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-09-03 19:40:45 +0200 |
commit | c12b9ee3535f5a4515c164b020dfc08df8f1bfbd (patch) | |
tree | 1269f006494771049ad74338a30c3adb420e8407 /html/display-panel.html | |
parent | d1d5d4fb2447289029c0075db0ccfd5c22597e88 (diff) | |
download | browser-extension-c12b9ee3535f5a4515c164b020dfc08df8f1bfbd.tar.gz browser-extension-c12b9ee3535f5a4515c164b020dfc08df8f1bfbd.zip |
disable payload injection on non-html pages
Diffstat (limited to 'html/display-panel.html')
-rw-r--r-- | html/display-panel.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html/display-panel.html b/html/display-panel.html index a8c52b6..1f6beb7 100644 --- a/html/display-panel.html +++ b/html/display-panel.html @@ -306,6 +306,11 @@ </label> </td> </tr> + <tr> + <td id="content_type" colspan="3" class="hide"> + This is a non-HTML page. Chosen payload will not be injected. + </td> + </tr> </tbody> </table> <label id="query_pattern" for="show_queried_view_radio" class="button"> |