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 upMake blocking scripts detectable, similar to Safari's behavior #429
Comments
|
This will likely be fixed with #428. Setting |
|
@jhreis did some initial tests with |
|
Fixed by #428. Confirmed in the current master: |
|
Fixed by #428 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


To see what I mean, disable javascript in Safari(advanced options in settings)
and look at results of google search and twitter
Brave with javascript blocked

Safari with javascript blocked

As you can see websites can see that Safari has javascript blocked and tries to server non-javascript friendly websites.
We need to research whether it is possible to do in
WKWebView. Implementing this would result in better browsing experience without js enabled.