diff options
author | Gitoffthelawn <Gitoffthelawn@users.noreply.github.com> | 2020-01-02 16:10:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 16:10:33 -0800 |
commit | e5311097518d86de094db6ad30d6751e66334631 (patch) | |
tree | 2a2e563ccaf81ce7ce4e6c7a8d27a868537fdf99 /js/redirect.js | |
parent | a0d24972c2ed27335df6e4c3b3ecc1116f78d7ed (diff) |
Clarify description of Flash
All Flash content, not only videos.
Diffstat (limited to 'js/redirect.js')
-rw-r--r-- | js/redirect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/redirect.js b/js/redirect.js index 23ae409..116cc72 100644 --- a/js/redirect.js +++ b/js/redirect.js @@ -19,7 +19,7 @@ Redirect.requestTypes = { script : "Scripts", image : "Images", imageset: "Responsive Images in Firefox", - object : "Objects (e.g. Flash videos, Java applets)", + object : "Objects (e.g. Flash content, Java applets)", xmlhttprequest : "XMLHttpRequests (Ajax)", history : "HistoryState", other : "Other" |