From b425f1625c645d34b67dd5d583abd1ce19f18d1d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 28 Jun 2021 18:00:19 +0100 Subject: [PATCH] No tc --- README_architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_architecture.md b/README_architecture.md index b471b891e..c18c73cbf 100644 --- a/README_architecture.md +++ b/README_architecture.md @@ -28,7 +28,7 @@ All ActivityPub posts are stored as text files, and there is no database as such It is possible to include arbitrary CSS within a custom theme. To avoid security problems the CSS is sanitized before being used. Scripts or import references to other CSS files are not permitted. -The way that the theming system was designed is in order to avoid problems similar to Wordpress, in which an adversary will create an attactive looking theme which contains an expolit. The discovery of exploits then leads to a centralizing dynamic where there is a single "official" themes website or app store. With Epicyon, *themes should always be safe to use no matter where they were downloaded from*. +The way that the theming system was designed is in order to avoid problems similar to Wordpress, in which an adversary will create an attactive looking theme which contains an expolit. The discovery of exploits then leads to a centralizing dynamic where there is a single "official" themes website or app store. With Epicyon, *themes should always be safe to use no matter where they were downloaded from*. There should be nothing *Turing complete* within a theme. ## Notifications