Skip to content

Commit

Permalink
Add a dot to domain
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtcppv committed Dec 14, 2024
1 parent 1b4395c commit c38dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/js/components/inputs/feature/single-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class SingleUpload {
uploadSingle(info) {
let headers = {};
let url = new URL(info.urls[0]);
if (url.host.endsWith("blob.core.windows.net")) {
if (url.host.endsWith(".blob.core.windows.net")) {
headers = {
"x-ms-blob-type": "BlockBlob",
};
Expand Down

0 comments on commit c38dd2a

Please sign in to comment.