mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
disable history recording to prevent re-send action on history navigation
This commit is contained in:
parent
bbcc3014cc
commit
eb6f8bac91
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ impl Response for Box {
|
||||||
base.to_string_partial(UriHideFlags::QUERY),
|
base.to_string_partial(UriHideFlags::QUERY),
|
||||||
Uri::escape_string(&form.text(), None, false),
|
Uri::escape_string(&form.text(), None, false),
|
||||||
)),
|
)),
|
||||||
true,
|
false, // prevent re-send on history navigation
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ impl Sensitive for Box {
|
||||||
base.to_string_partial(UriHideFlags::QUERY),
|
base.to_string_partial(UriHideFlags::QUERY),
|
||||||
Uri::escape_string(&form.password_entry_row.text(), None, false),
|
Uri::escape_string(&form.password_entry_row.text(), None, false),
|
||||||
)),
|
)),
|
||||||
true,
|
false, // prevent re-send on history navigation
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue