You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop: Fixes #9304: Fix HTML resource links lost when editing notes in the rich text editor (#9435)
This commit is contained in:
@@ -192,6 +192,10 @@ export interface RuleOptions {
|
||||
vendorDir?: string;
|
||||
itemIdToUrl?: ItemIdToUrlHandler;
|
||||
|
||||
// Passed to the HTML sanitizer: Allows file:// URLs with
|
||||
// paths with the included prefixes.
|
||||
allowedFilePrefixes?: string[];
|
||||
|
||||
platformName?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user