Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMigrate Script Blocking to use `javaScriptEnabled` #428
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Javascript is blocked via content rules.
webView.configuration.preferencescontains ajavaScriptEnabledflag that should be utilized.Shield enabling should be detectable via:
!domainForShields.shieldIsEnabled(.NoScript)inside of:This also requires changes to stats collection, as stats currently leverage all content rules for detection.