Skip to content

Commit 5457b22

Browse files
committed
chore: use HTTPS protocol
1 parent 8741d5e commit 5457b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.PdfViewer/PdfViewer.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export async function loadPdf(id, url) {
3434

3535
const useGoogleDocs = el.getAttribute('data-bb-google-docs') === 'true';
3636
if (useGoogleDocs) {
37-
url = `http://docs.google.com/viewer?url=${url}`
37+
url = `https://docs.google.com/viewer?url=${url}`
3838
}
3939
viewer.src = url;
4040
}

0 commit comments

Comments
 (0)