File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.1.3] - 2023-23-09
4
+
5
+ ## Fixed
6
+
7
+ - Allow pasting images from clipboard
8
+ - Allow embeddings from urls
9
+
3
10
## [ 1.1.2] - 2023-22-09
4
11
5
12
### Fixed
Original file line number Diff line number Diff line change 9
9
-->
10
10
< meta
11
11
http-equiv ="Content-Security-Policy "
12
- content ="default-src 'none'; img-src * data: blob: 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; style-src <%= cspSource %> 'unsafe-inline'; script-src 'nonce-<%= nonce %>'; connect-src https://unpkg.com/@tldraw/; frame -src <%= previewHost %>/ ; "
12
+ content ="default-src 'none'; img-src * data: blob: 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; style-src <%= cspSource %> 'unsafe-inline'; script-src 'nonce-<%= nonce %>' 'unsafe-eval' ; connect-src https://unpkg.com/@tldraw/ blob: data:; media -src blob: data:; frame-src * ; "
13
13
/>
14
14
15
15
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
You can’t perform that action at this time.
0 commit comments