We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8741d5e commit 5457b22Copy full SHA for 5457b22
1 file changed
src/components/BootstrapBlazor.PdfViewer/PdfViewer.razor.js
@@ -34,7 +34,7 @@ export async function loadPdf(id, url) {
34
35
const useGoogleDocs = el.getAttribute('data-bb-google-docs') === 'true';
36
if (useGoogleDocs) {
37
- url = `http://docs.google.com/viewer?url=${url}`
+ url = `https://docs.google.com/viewer?url=${url}`
38
}
39
viewer.src = url;
40
0 commit comments