morbrian / udacity-nano-mormessages

Capstone - Project 5 of iOS Nanodegree
0 stars 0 forks source link

[Web Browser] Inform user when Application Transport Security blocks http addresses #73

Closed morbrian closed 8 years ago

morbrian commented 8 years ago

Some of the links in the Web Browser view seem unresponsive because ATS blocks them.

The blocking is fine, I do not want to open up the app to all links, however I would like to inform the user of why they link is blocked... or better yet discover how to ask Bing (or some other search engine) to filter those links out for me so the user will never even see them.

Minium: detect the ATS warning and inform user. Better: look into search engine parameters to filter non-secure links.

morbrian commented 8 years ago

fixed in pull-#78 did not find any documented features for filtering search results to https only, but i would consider that a super attractive feature for a fledgling search engine hoping to find a niche audience of users who care about that sort of thing