-
Notifications
You must be signed in to change notification settings - Fork 288
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
unpkg.com call in the front #3468
Comments
Just confirmed that |
Thanks for your answer. Are you planning on implementing a environment variable to control this behavior ? Thanks. |
Set
|
@harshavardhana This disables the login animation, but it still makes the call to |
See minio/mds#1091. |
Hello @ramondeklein , |
We are planning some more work on the next console release, so it may take some time. We don't consider this a high-priority item, so we won't release a new MinIO release, because of this. When a new console is merged into MinIO, this feature will become available automatically. In the mean-time you may want to block PS: Thanks for reporting. We don't want MinIO to contact the internet unless explicitly being told to... |
No worries, I'll wait. I'm happy to contribute to open source projects : ) |
NOTE
Please subscribe to our paid subscription plans for 24x7 support from our Engineering team.
Trough a web browser, the login page of minio is making a request to
https://unpkg.com/[email protected]/dist/benchmark/d-amd.json
.Expected Behavior
I want do deactivate this request.
Current Behavior
Request to
https://unpkg.com/[email protected]/dist/benchmark/d-amd.json
.Steps to Reproduce (for bugs)
unpkg.com
Context
I need to deactivate this request. Because I want to prevent unwanted call to internet.
Regression
No regression (as far as I know).
Your Environment
minio --version
):RELEASE.2024-07-16T23-46-41Z
uname -a
):Alma Linux 4.18
The text was updated successfully, but these errors were encountered: