enabled webview safebrowsing to true

i hope this will improve security, i blindly acted upon reading https://android-developers.googleblog.com/2017/06/whats-new-in-webview-security.html?m=1

please feel free to reject or accept
pull/175/head
leela52452 6 years ago committed by GitHub
parent ae1c03cb87
commit 5110a941cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@
android:value="true" /> android:value="true" />
<meta-data <meta-data
android:name="android.webkit.WebView.EnableSafeBrowsing" android:name="android.webkit.WebView.EnableSafeBrowsing"
android:value="false" /> android:value="true" />
<meta-data <meta-data
android:name="android.allow_multiple_resumed_activities" android:name="android.allow_multiple_resumed_activities"
android:value="true" /> android:value="true" />
@ -348,4 +348,4 @@
</intent-filter> </intent-filter>
</receiver> </receiver>
</application> </application>
</manifest> </manifest>

Loading…
Cancel
Save