ios - How to restrict adult content on UIWebview? -


i working on app designed kids.so giving search option kids through google search engine , making sure search should safe doing adding &safe=activate in url.

this working fine , search content restricted.now user enters search engine in google bing , open on uiwebview. google restricting adult content asking permission of age limit.if kid agrees 18+ age can browse adult content using bing.

i want make app in such way should never show adult content on google search on uiwebview.

i have following doubts.

  1. how verify url loading on uiwebview in shouldstartloadwithrequest adult website.i tried change url (by adding &safe=activate every time when user loads subsequent uiwebview pages) assigned readonly property , can't change it.so there anyway control there?

  2. should make list of adult websites in app , check every time when url loaded in shouldstartloadwithrequest.

  3. is there possible way restrict search engines bing not ask kid age permission.

you can use microsofts project oxford identify adult images. maybe help...

https://www.projectoxford.ai/demo/visions#analysis


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -