Contents

WebContentSettings.FilterPolicy.auto(_:except:)

The system blocks adult content.

Declaration

case auto(Set<WebDomain> = [], except: Set<WebDomain> = [])

Discussion

The system also blocks websites you provide in domains. The system allows websites you provide in except, overriding the adult content filter and domains set. Your app can block up to 50 web domains and specify up to 50 web domains exceptions at once.

See Also

Providing filters and exceptions