-
Notifications
You must be signed in to change notification settings - Fork 101
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
BB8-11121: Prevent enabling debug mode on local env for logged out users #5341
base: develop
Are you sure you want to change the base?
Conversation
I am not sure if this has other implications. @Automattic/vip-platform-cantina please advise! |
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5341 +/- ##
=============================================
+ Coverage 29.57% 29.58% +0.01%
Complexity 4780 4780
=============================================
Files 282 282
Lines 20600 20593 -7
=============================================
+ Hits 6092 6093 +1
+ Misses 14508 14500 -8 ☔ View full report in Codecov by Sentry. |
@aswasif007 Per the BB8 comments, we shouldn't be removing this entirely locally, but only forcing it for users logged in locally I think. |
This pull request has been marked stale because it has been open for 60 days with no activity. If there is no activity within 7 days, it will be closed. This is an automation to keep pull requests manageable and actionable and is not a comment on the quality of this pull request nor on the work done so far. Closed PRs are still valuable to the project and their branches are preserved. |
04b8e97
to
8b9672c
Compare
74614bb
to
ada81e0
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs further consideration.
This pull request has been marked stale because it has been open for 60 days with no activity. If there is no activity within 7 days, it will be closed. This is an automation to keep pull requests manageable and actionable and is not a comment on the quality of this pull request nor on the work done so far. Closed PRs are still valuable to the project and their branches are preserved. |
It's a handy feature to be able to get QM for logged out requests. I don't think we should take that away. But at the same time, I agree that we shouldn't start QM for logged out by default since that's not normal behavior. Maybe should be this instead:
|
Description
We are updating the code to prevent debug mode from enabling automatically on local env for logged out users.
Changelog Description
Pre-review checklist
Please make sure the items below have been covered before requesting a review:
Pre-deploy checklist
Steps to Test