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

Consider Firefox < 128 and != 115 as incompatible due to root CA expiration #13502

Merged
merged 4 commits into from
Mar 19, 2025

Conversation

diox
Copy link
Member

@diox diox commented Mar 19, 2025

For now, this only applies to compatibility checks, so this will cause the add-on detail pages to show the "You need an updated version of Firefox" warning and button to show up instead of the install button for those users.

Fixes mozilla/addons#15475

…ration

For now, this only applies to compatibility checks, so this will cause
the add-on detail pages to show the "You need an updated version of Firefox"
warning and button to show up instead of the install button for those
users.
Copy link

codecov bot commented Mar 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.28%. Comparing base (6c3bb62) to head (b1f2983).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #13502   +/-   ##
=======================================
  Coverage   98.28%   98.28%           
=======================================
  Files         267      267           
  Lines       10610    10621   +11     
  Branches     3233     3237    +4     
=======================================
+ Hits        10428    10439   +11     
  Misses        169      169           
  Partials       13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@diox diox requested a review from willdurand March 19, 2025 12:58
@diox diox marked this pull request as ready for review March 19, 2025 12:58
Copy link
Member

@willdurand willdurand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that looks good!

One day we'll clean up these old and inconsistent user agent strings in the tests...

@diox
Copy link
Member Author

diox commented Mar 19, 2025

Yeah I updated some of them that were in my way but there are a lot of them left...

@diox diox merged commit e534d4c into mozilla:master Mar 19, 2025
11 checks passed
KevinMind pushed a commit that referenced this pull request Mar 19, 2025
…ration (#13502)

* Consider Firefox < 128 and != 115 as incompatible due to root CA expiration

For now, this only applies to compatibility checks, so this will cause
the add-on detail pages to show the "You need an updated version of Firefox"
warning and button to show up instead of the install button for those
users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Consider users with Firefox < 128 and != 115 as always incompatible with all add-ons
2 participants