Here is a patch [[tag patch]] to add a *forward*ing functionality to the [[`meta`_plugin|plugins/meta]]. Find the most recent version at . I can't use `scrub(...)`, as that will strip out the forwarding HTML command. How to deal with that? I can also submit a Git patch, if desired. *Syntax:* **URL** = http://some.nice/place/ (*etc.*) **WHITHER** = \[\[**[[wikilink]]**]] | **URL** **D** = natural number (*meaning seconds*) **OPT_DELAY** = delay=**D** | empty (*immediatelly*) \[[meta forward="*WHITHER*" *OPT_DELAY*]] --[[tschwinge]] > The html scrubber cannot scrub meta headers. So if you emit one > containing user-supplied data, it's up to you to scrub it to avoid all > possible XSS attacks. Two attacks I'd worry about are cyclic meta refresh > loops, which some, but not all web browsers detect and break, and any way > to insert javascript via the user-supplied parameters. (Ie, putting > something in the delay value that closes the tag can probably insert > javascript ATM; and are there ways to embed javascript in the url?) > --[[Joey]]