How to enable Safe Search in my Android browser

后端 未结 3 812
太阳男子
太阳男子 2021-01-11 16:06

Requirement

I have requirement in my browser to enable/disable safe search while browsing.

On Google Safe Search Page

Block

3条回答
  •  伪装坚强ぢ
    2021-01-11 16:59

    Definitely we can use the Googles Safe Browsing API for this requirement, the purpose of this APIs is just for that.

    So, the scenario can be one like this:
    
    • we could have an URL Checker engine in background
    • it uses a queue which contains the URLs to be checked and uses Googles Safe Browsing API to check
    • the results could be call-backed to the main thread to safe the browsing data

    Good luck )

提交回复
热议问题