mirror of
https://github.com/plankanban/planka.git
synced 2025-07-28 01:29:44 +02:00
fix: Prevent loading fonts from third-party resources
Closes #538, closes #712, closes #742, closes #755
This commit is contained in:
parent
89c1ed71e1
commit
fae9de4e1c
10 changed files with 5014 additions and 0 deletions
|
@ -57,6 +57,7 @@ const DescriptionEdit = React.forwardRef(({ children, defaultValue, onUpdate },
|
|||
|
||||
const mdEditorOptions = useMemo(
|
||||
() => ({
|
||||
autoDownloadFontAwesome: false,
|
||||
autofocus: true,
|
||||
spellChecker: false,
|
||||
status: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue