Skip to content

Commit

Permalink
Enable going back to previous page from error page (temporary solution)
Browse files Browse the repository at this point in the history
  • Loading branch information
haanhvu committed Jan 22, 2025
1 parent 4e19de0 commit 46ae324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/raw/error_pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 id="et_dnsNotFound" class="errorTitleText">%messageShort%</h1>
<label>Websites prove their identity via certificates. Wolvic does not trust <b>%url%</b> because its certificate issuer is unknown, the certificate is self-signed, or the server is not sending the correct intermediate certificates.</label>
</p>
<div id="advancedPanelButtonContainer" class="button-container">
<button id="advancedPanelReturnButton" onClick="window.history.back()" class="button">Go Back (Recommended)</button>
<button id="advancedPanelReturnButton" onClick="window.history.go(-2)" class="button">Go Back (Recommended)</button>
</div>
<div id="advancedPanelButtonContainer" class="button-container">
<button id="button" class="buttonSecondary" onClick="acceptAndContinue(true)">Accept the Risk and Continue</button>
Expand Down

0 comments on commit 46ae324

Please sign in to comment.