Skip to content

Commit c11f0b1

Browse files
Privacy: Disabeling spellcheck to avoid any leakage to 3rd party servers (#1892)
1 parent e3ebad5 commit c11f0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptoadvance/specter/templates/base.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{% block head %}
4646
{% endblock %}
4747
</head>
48-
<body>
48+
<body spellcheck="false">
4949
{% include "services/inject_in_basejinja_body_top.jinja" %}
5050
<div class="pageloader" id="pageloader"></div>
5151
{% if specter.config.auth.method == "none" or current_user.is_authenticated %}

0 commit comments

Comments
 (0)