tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
178 stars 116 forks source link

Handle URI containing search parameters #25

Closed hanthomas closed 7 years ago

hanthomas commented 7 years ago

Some URIs contain search parameters (e.g. - http://localhost/mypage.html?parm1=123). In this case, we need to ignore everything past the file name in order to read the source.

hanthomas commented 7 years ago

Also, included commit 240a1f3 to ensure the hook only applies to iOS and Android. Otherwise, the source files will be encrypted for unsupported platforms.

tkyaji commented 7 years ago

Thanks!