diff options
Diffstat (limited to '206')
-rw-r--r-- | 206/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/206/index.md b/206/index.md new file mode 100644 index 0000000..1559c28 --- /dev/null +++ b/206/index.md @@ -0,0 +1,8 @@ +Title: Handle http-equiv refresh if the user wants to +Author: rodarima +Created: Tue, 25 Jun 2024 18:56:41 +0000 +State: open + +Some users may want to enable support for the meta http-equiv refresh tag, which allows pages to automatically refresh or redirect to another URL. This is particularly useful to make Dillo work as a monitor panel in a page that shows information and [refreshes from time to time](https://forums.raspberrypi.com/viewtopic.php?t=330705) or to [redirect to a non-JS page](https://github.com/dillo-browser/dillo/issues/204). + +We can implement an option that allows users to choose what to do, with the current default of ignoring refreshes and showing a message for redirects.
\ No newline at end of file |