Skip to content

Commit

Permalink
using https
Browse files Browse the repository at this point in the history
  • Loading branch information
ROSHAN SAHU committed Apr 22, 2024
1 parent bb978a0 commit 5593114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ export class SelectStorageAccountDialog {
blobName,
containerName,
permissions: BlobSASPermissions.parse(blobPermissions),
protocol: SASProtocol.HttpsAndHttp,
protocol: SASProtocol.Https,
startsOn: TEN_MINUTES_BEFORE_NOW,
expiresOn: TEN_MINUTES_AFTER_NOW
};
Expand Down

0 comments on commit 5593114

Please sign in to comment.