diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2020-11-23 11:17:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 11:17:13 +0000 |
commit | 036df24b53988edd883cfe850cc5e25c1bef72ef (patch) | |
tree | 8de99bc5990c5e80445b0e90df0aeea898c8a979 /redirector.html | |
parent | 0fada19f80369c2b9c74ab58ea26b75f9da89374 (diff) | |
parent | 2f43bf9cd4c4cd56af3e398e8a5472111311c141 (diff) |
Merge pull request #236 from DoomTay/object_subrequest
Added support for object subrequests
Diffstat (limited to 'redirector.html')
-rw-r--r-- | redirector.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redirector.html b/redirector.html index 2d8bcd3..7fe9cd2 100644 --- a/redirector.html +++ b/redirector.html @@ -110,6 +110,7 @@ <label><input type="checkbox" value="image"><span>Images</span></label> <label><input type="checkbox" value="imageset"><span>Responsive Images in Firefox</span></label> <label><input type="checkbox" value="object"><span>Objects (e.g. Flash videos, Java applets)</span></label> + <label><input type="checkbox" value="object_subrequest"><span>Object subrequests</span></label> <label><input type="checkbox" value="xmlhttprequest"><span>XMLHttpRequests (Ajax)</span></label> <label><input type="checkbox" value="history"><span>HistoryState</span></label> <label><input type="checkbox" value="other"><span>Other</span></label> |