jdeslip / arxiv-mobile

arXiv mobile - An Android App for arXiv
28 stars 15 forks source link

HTTPS can be used in a couple places #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running a security scan against the source code of this project has shown that 
HTTP has been used where HTTPS can just as easily be used. This can be resolved 
by changing the 'http://' to 'https://' in the URL string literals.

src/com/commonsware/android/arXiv/PrintDialogActivity.java:20
src/com/commonsware/android/arXiv/PrintDialogActivity.java:23

Original issue reported on code.google.com by wolfm...@gmail.com on 10 Dec 2014 at 3:53