/Kdd.Glide.UnsafeUrlLoadingAppGlideModule

Module for loading images by Glide from sources with untrusted (self-signed) certificates

Primary LanguageC#MIT LicenseMIT

Unsafe Url Loading AppGlideModule

This package gives the ability to load images from sources with untrusted (self-signed) certificates

Instruction:

  1. Install 2 nuget packages on your Xamarin.Android project:

  2. Inject instance of UnsafeUrlLoadingAppGlideModule during application startup:

    GlideAppModuleInjector.Inject(new UnsafeUrlLoadingAppGlideModule());

  3. Enjoy using it!