pub const REDIR_JS_REDIRECT_TOP: &str = "<!DOCTYPE html><script>top.location.href='{}';</script>";
Expand description
JavaScript script that redirects to a new URL in the top page, used in {:redirect; The placeholder ‘{}’ should be replaced with the destination url.