diff options
-rw-r--r-- | js/redirect.js | 1 | ||||
-rw-r--r-- | redirector.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/js/redirect.js b/js/redirect.js index 2800044..acf46eb 100644 --- a/js/redirect.js +++ b/js/redirect.js @@ -20,6 +20,7 @@ Redirect.requestTypes = { image : "Images", imageset: "Responsive Images in Firefox", object : "Objects (e.g. Flash content, Java applets)", + object_subrequest : "Object subrequests", xmlhttprequest : "XMLHttpRequests (Ajax)", history : "HistoryState", other : "Other" 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> |