Commit 3e3cb9a
committed
fix(onedrive): escape single quotes in search query, document embed link type
- encodeURIComponent doesn't escape single quotes, breaking the OData
string literal for filenames containing an apostrophe
- clarify create_share_link's linkType description to include 'embed',
which the block UI already exposes as a valid option1 parent ba6627f commit 3e3cb9a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments