Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record access to all window.navigator properties #28

Closed
englehardt opened this issue Nov 3, 2015 · 1 comment
Closed

Record access to all window.navigator properties #28

englehardt opened this issue Nov 3, 2015 · 1 comment
Labels
extension Relates to the WebExtension written in TS and JS feature-request

Comments

@englehardt
Copy link
Collaborator

The properties we currently collect are largely those ported over from FourthParty. We should add as much from this list as possible. It's even fine to add shims for properties Firefox doesn't support.

Examples of things we're missing include

  • window.navigator.oscpu
  • window.navigator.doNotTrack
  • window.navigator.clientinformation
@englehardt englehardt added the bug label Nov 3, 2015
@englehardt
Copy link
Collaborator Author

Increased the set a bit here: 7b22664

Be sure to include any new APIs in the test files for this. See: extension_tests.py

@englehardt englehardt added the extension Relates to the WebExtension written in TS and JS label Oct 26, 2018
vringar pushed a commit that referenced this issue Nov 14, 2019
Fix high crash rate when crawler is run in Docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension Relates to the WebExtension written in TS and JS feature-request
Projects
None yet
Development

No branches or pull requests

1 participant