New translations security.mdx (Catalan)

[ci skip]
This commit is contained in:
crowdin 2024-07-08 14:30:08 +00:00
parent 33c16f2107
commit a808bc393a

View File

@ -2,6 +2,8 @@
title: Detalls de seguretat
---
import { Aside } from "@astrojs/starlight/components";
Castopod està fet amb [CodeIgniter4](https://codeigniter.com/), un framework PHP
que fomenta les
[bones pràctiques de seguretat](https://codeigniter.com/user_guide/concepts/security.html).
@ -25,6 +27,12 @@ sudo chown -R www-data:www-data /ruta/cap/a/castopod/public/media
## Third-party Plugins
<Aside type="caution" title="Disclaimer">
Installing untrusted third-party plugins on Castopod carries inherent security
risks, such as unauthorized access to sensitive user data, data breaches, data
tampering, and injecting malicious code.
</Aside>
Since v2's [Plugins Architecture](../../plugins), Castopod can be extended with
all sorts of cool features. Anyone can choose to create their own plugins and
even share them with the community.