Skip to content

Commit 2091bdf

Browse files
951648: Updated CSP versions
1 parent d95c7b1 commit 2091bdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Troubleshooting/Content Security Policy/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
img-src 'self' data: blob:;" />
1515

1616
<!-- Essential JS 2 material theme -->
17-
<link href="https://cdn.syncfusion.com/ej2/29.1.37/material.css" rel="stylesheet" type="text/css" />
17+
<link href="https://cdn.syncfusion.com/ej2/29.2.8/material.css" rel="stylesheet" type="text/css" />
1818
<!-- Essential JS 2 script reference -->
19-
<script src="https://cdn.syncfusion.com/ej2/29.1.37/dist/ej2.min.js" type="text/javascript"></script>
19+
<script src="https://cdn.syncfusion.com/ej2/29.2.8/dist/ej2.min.js" type="text/javascript"></script>
2020
<script src="https://cdn.syncfusion.com/ej2/syncfusion-helper.js" type="text/javascript"></script>
2121

2222
</head>

Troubleshooting/Content Security Policy/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Initialize PDF Viewer component
22
var pdfviewer = new ej.pdfviewer.PdfViewer({
33
documentPath: "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf",
4-
resourceUrl: "https://cdn.syncfusion.com/ej2/29.1.37/dist/ej2-pdfviewer-lib"
4+
resourceUrl: "https://cdn.syncfusion.com/ej2/29.2.8/dist/ej2-pdfviewer-lib"
55
});
66
// To utilize the server-backed PDF Viewer, need to specify the service URL.
77
// This can be done by including the serviceUrl: 'https://services.syncfusion.com/js/production/api/pdfviewer'

0 commit comments

Comments
 (0)