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

Client hint JS API faking #351

Merged
merged 5 commits into from Oct 12, 2022
Merged

Client hint JS API faking #351

merged 5 commits into from Oct 12, 2022

Conversation

tarampampam
Copy link
Owner

@tarampampam tarampampam commented Oct 11, 2022

Description

Added

Changed

  • Better custom user agents (including remote) OS/engine/browser determination (is needed for more accurate masking of the browser) #351

Related issue: #350

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests are required for my changes)
  • I have made changes in the CHANGELOG.md file

@tarampampam tarampampam self-assigned this Oct 11, 2022
@codecov
Copy link

codecov bot commented Oct 11, 2022

Codecov Report

Merging #351 (bbf040f) into master (89cc8e5) will decrease coverage by 1.35%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #351      +/-   ##
==========================================
- Coverage   16.66%   15.31%   -1.36%     
==========================================
  Files          37       38       +1     
  Lines         972     1058      +86     
  Branches      152      172      +20     
==========================================
  Hits          162      162              
- Misses        666      732      +66     
- Partials      144      164      +20     
Impacted Files Coverage Δ
src/content-script.ts 0.00% <0.00%> (ø)
src/hooks/before-send-headers.ts 0.00% <0.00%> (ø)
src/services/useragent-service.ts 0.00% <0.00%> (ø)
src/useragent/client-hint.ts 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tarampampam tarampampam added type:enhancement type:feature_request Feature request and removed type:feature_request Feature request labels Oct 12, 2022
@tarampampam tarampampam marked this pull request as ready for review October 12, 2022 14:13
@tarampampam tarampampam merged commit c5128cd into master Oct 12, 2022
@tarampampam tarampampam deleted the client-hint-api branch October 12, 2022 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant