aboutsummaryrefslogtreecommitdiff
path: root/206
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /206
Initial versionHEADmain
Diffstat (limited to '206')
-rw-r--r--206/index.md8
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