Skip to content

Commit

Permalink
🚧 Testing public sites to fix content-security issue for draw.io client
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsky committed Sep 6, 2023
1 parent a23e8dd commit c89d06e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
File renamed without changes.
16 changes: 16 additions & 0 deletions public/shapes/doctype.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/xml" />
<meta
http-equiv="Content-Security-Policy"
content="connect-src 'self' https://*.draw.io https://*.diagrams.net https://fonts.googleapis.com https://fonts.gstatic.com"
/>
</head>
<body>
<object
width="100%"
height="100%"
data="../../manual/shapes/Doctype_SLDS.xml"
/>
</body>
</html>

0 comments on commit c89d06e

Please sign in to comment.