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 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; }