From 5457b22652ec015df8eda590461cfbad77ecc18e Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 8 Jun 2025 14:44:05 +0800 Subject: [PATCH 1/2] chore: use HTTPS protocol --- src/components/BootstrapBlazor.PdfViewer/PdfViewer.razor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BootstrapBlazor.PdfViewer/PdfViewer.razor.js b/src/components/BootstrapBlazor.PdfViewer/PdfViewer.razor.js index 3ce1cbe5..78e176ee 100644 --- a/src/components/BootstrapBlazor.PdfViewer/PdfViewer.razor.js +++ b/src/components/BootstrapBlazor.PdfViewer/PdfViewer.razor.js @@ -34,7 +34,7 @@ export async function loadPdf(id, url) { const useGoogleDocs = el.getAttribute('data-bb-google-docs') === 'true'; if (useGoogleDocs) { - url = `http://docs.google.com/viewer?url=${url}` + url = `https://docs.google.com/viewer?url=${url}` } viewer.src = url; } From 78eb58dff332ca71e2642be2cd3f500decc6e6e5 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 8 Jun 2025 14:45:54 +0800 Subject: [PATCH 2/2] chore: bump version 9.0.2 --- .../BootstrapBlazor.PdfViewer/BootstrapBlazor.PdfViewer.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BootstrapBlazor.PdfViewer/BootstrapBlazor.PdfViewer.csproj b/src/components/BootstrapBlazor.PdfViewer/BootstrapBlazor.PdfViewer.csproj index 6d79ea60..bd509d97 100644 --- a/src/components/BootstrapBlazor.PdfViewer/BootstrapBlazor.PdfViewer.csproj +++ b/src/components/BootstrapBlazor.PdfViewer/BootstrapBlazor.PdfViewer.csproj @@ -1,7 +1,7 @@ - 9.0.1 + 9.0.2