-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
fix: update blocked extensions uris #14846
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
Conversation
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
|
Thanks for making a pull request to jupyterlab! |
fcollonval
left a comment
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.
Thanks for this @emmanuel-ferdman
Could you actually change the URL to point to this repository for self containment?
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
fcollonval
left a comment
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.
Thanks @emmanuel-ferdman
CI failures are not related
|
@meeseeksdev please backport to 4.0.x |
Co-authored-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
References
Code changes
PR updates the
$BLOCKED_EXTENSIONS_URISenv to the correctextensions_simple.jsonfile. It moves tomainbranch instead ofmaster(since it's default). It also updates the$ALLOWED_EXTENSIONS_URISenv which is less important because it's commented.User-facing changes
Backwards-incompatible changes