Skip to content

Commit

Permalink
[components] Issue mozilla-mobile/android-components#11306: Add minim…
Browse files Browse the repository at this point in the history
…al error page for HTTPS-Only mode.

X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7
X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d7
X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8
X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ed60f2e
  • Loading branch information
pocmo authored and mergify[bot] committed Dec 6, 2021
1 parent bfe186b commit 9f270a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-firefox-android.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android",
"revs": {
"ac-prep": "e86a6755070067bc8122e8df18ef4543aac7b0f2"
"ac-prep": "ed60f2e5df656f4aaf2d08c7f39f57583eb01466"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,11 @@
<string name="mozac_browser_errorpages_safe_phishing_uri_message"><![CDATA[
<p>This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.</p>
]]></string>

<!-- The title of the error page for websites that do not support HTTPS when HTTPS-Only is turned on -->
<string name="mozac_browser_errorpages_httpsonly_title">Secure Site Not Available</string>
<!-- The text of the error page for websites that do not support HTTPS when HTTPS-Only is turned on. %1$s will be replaced with the URL of the website. -->
<string name="mozac_browser_errorpages_httpsonly_message"><![CDATA[You’ve enabled HTTPS-Only Mode for enhanced security, and a HTTPS version of <em>%1$s</em> is not available.]]></string>
<!-- Button on error page for websites that do not support HTTPS when HTTPS-Only is turned on. Clicking the button allows the user to nevertheless load the website using HTTP. -->
<string name="mozac_browser_errorpages_httpsonly_button">Continue to HTTP Site</string>
</resources>

0 comments on commit 9f270a3

Please sign in to comment.