mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +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),
|
||||
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),
|
||||
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