-
Notifications
You must be signed in to change notification settings - Fork 310
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
Restore default writing of browser open redirect file, add opt-in to skip #1144
Restore default writing of browser open redirect file, add opt-in to skip #1144
Conversation
Ha, i can see why this didn't get caught earlier. 😿
|
Codecov ReportBase: 79.84% // Head: 80.03% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1144 +/- ##
==========================================
+ Coverage 79.84% 80.03% +0.18%
==========================================
Files 68 68
Lines 8048 8053 +5
Branches 1598 1600 +2
==========================================
+ Hits 6426 6445 +19
+ Misses 1200 1184 -16
- Partials 422 424 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
coverage sad, but them's the brakes. Happy to add a test, but the best one, mentioned above, is presently explicitly disabled. |
6b8c360
to
bec5c26
Compare
bec5c26
to
230de3b
Compare
Ha, and back over 80 to boot. |
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.
Thank you!
Elevator Pitch
Make skipping the browser open files opt-in.
References
Changes
ServerApp.no_browser_open_file
, defaulting toFalse
i18n
to the textno_browser_open_file
and false, check for file creation and log messageAlternatives
browser_open_file
allow_none=True
None
s do weird things