mirror of https://github.com/M66B/FairEmail.git
Merge branch 'master' of github.com:M66B/FairEmail
This commit is contained in:
commit
f015291cb6
1
FAQ.md
1
FAQ.md
|
@ -4996,6 +4996,7 @@ Password protected text is encrypted with AES/GCM with a 256 bits key derived wi
|
||||||
With a sufficiently long/complex password, which is communicated to the recipient securely, this is considered safe in 2022 and for the foreseeable future.
|
With a sufficiently long/complex password, which is communicated to the recipient securely, this is considered safe in 2022 and for the foreseeable future.
|
||||||
|
|
||||||
The maximum message text is 1,500 characters, which includes HTML formatting tags.
|
The maximum message text is 1,500 characters, which includes HTML formatting tags.
|
||||||
|
Images will be replaced with place holders to reduce the content size.
|
||||||
|
|
||||||
Cross-site scripting (XSS) is prevented by using [DOMPurify](https://github.com/cure53/DOMPurify) (Apache License Version 2.0).
|
Cross-site scripting (XSS) is prevented by using [DOMPurify](https://github.com/cure53/DOMPurify) (Apache License Version 2.0).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue