Commit d0d581d1 authored by Tiger Oakes's avatar Tiger Oakes
Browse files

Closes #3647 - Change HTTP icon to broken lock

parent 3a740b0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ac="http://schemas.android.com/apk/res-auto">
    <item android:drawable="@drawable/mozac_ic_lock" ac:state_site_secure="true" />
    <item android:drawable="@drawable/mozac_ic_globe" />
    <item android:drawable="@drawable/mozac_ic_broken_lock" />
</selector>
+4 −1
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ permalink: /changelog/
* **feature-media**
  * Do not display title/url/icon of website in media notification if website is opened in private mode.

* **browser-toolbar**
  * HTTP sites are now marked as insecure with a broken padlock icon, rather than a globe icon. Apps can revert to the globe icon by using a custom `BrowserToolbar.siteSecurityIcon`.

# 8.0.0

* [Commits](https://github.com/mozilla-mobile/android-components/compare/v7.0.0...v8.0.0)