Update README.md

- Added DOMPurify
- Set release version to 1.1
This commit is contained in:
Ralf Stockmann 2023-05-26 10:18:21 +02:00 committed by GitHub
parent 304fccb812
commit b194406f6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# Mastowall 1.0
# Mastowall 1.1
Mastowall is a social wall application that displays posts from the [Mastodon](https://joinmastodon.org/) social network based on specified hashtags. It was written entirely by [ChatGPT4](https://openai.com/product/gpt-4), guided only by text prompts.
@ -48,6 +48,8 @@ Mastowall is built using the following technologies:
- **[Bootstrap](https://getbootstrap.com/)**: A popular CSS framework for responsive, mobile-first front-end web development.
- **[DOMPurify](https://github.com/cure53/DOMPurify)**: Library for sanitizing HTML input, which should prevent the vast majority of malicious input from being rendered
## Usage
1. Load the application in a web browser. If no hashtags are specified in the URL, you will be presented with a form to enter up to three hashtags and a server URL.