added a security disclaimer

Closes #54
This commit is contained in:
Ell 2022-08-21 18:13:38 +02:00
parent 0a70f83d46
commit f2c73ef189
3 changed files with 21 additions and 2 deletions

View file

@ -187,6 +187,11 @@ export class CustomFramesSettingTab extends PluginSettingTab {
this.display();
});
var disclaimer = this.containerEl.createEl("p", { cls: "mod-warning" });
disclaimer.createSpan({ text: "Please be advised that, when adding a site as a custom frame, you potentially expose personal information you enter to other plugins you have installed. For more information, see " });
disclaimer.createEl("a", { text: "this discussion", href: "https://github.com/Ellpeck/ObsidianCustomFrames/issues/54#issuecomment-1210879685", cls: "mod-warning" });
disclaimer.createSpan({ text: "." });
this.containerEl.createEl("hr");
this.containerEl.createEl("p", { text: "If you like this plugin and want to support its development, you can do so through my website by clicking this fancy image!" });
this.containerEl.createEl("a", { href: "https://ellpeck.de/support" })

View file

@ -1 +1,11 @@
{}
{
"app:reload": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "R"
}
]
}

File diff suppressed because one or more lines are too long