ZeroNetX / zeronet_mobile

ZeroNet Mobile is an Native Client for Mobile Devices running Android.
GNU General Public License v3.0
75 stars 12 forks source link

Migrate to official webview #12

Closed Mohsen7s closed 2 years ago

Mohsen7s commented 2 years ago

Is migration to official webview_flutter on the roadmap ? Any ETA ? Currently used flutter_webview_plugin have security issues which can lead to leak real IP of visitors.

canewsin commented 2 years ago

Is migration to official webview_flutter on the roadmap ? Any ETA ? Currently used flutter_webview_plugin have security issues which can lead to leak real IP of visitors.

Oh, didn't know about security issues. will add to my list, PR's are always welcomed, if you can contribute.

canewsin commented 2 years ago

flutter_webview_plugin is replaced inapp_webview plugin, it features turning off external network access thus prevents up leakage.