New translations security.mdx (Serbian (Latin))

[ci skip]
This commit is contained in:
crowdin 2024-07-08 14:31:01 +00:00
parent f5b6104c97
commit b493cb9b98

View File

@ -2,6 +2,8 @@
title: Bezbednosni interesi title: Bezbednosni interesi
--- ---
import { Aside } from "@astrojs/starlight/components";
Castopod je napravljen na [CodeIgniter4](https://codeigniter.com/), PHP okviru Castopod je napravljen na [CodeIgniter4](https://codeigniter.com/), PHP okviru
koji podstiče koji podstiče
[dobre bezbednosne prakse](https://codeigniter.com/user_guide/concepts/security.html). [dobre bezbednosne prakse](https://codeigniter.com/user_guide/concepts/security.html).
@ -26,6 +28,12 @@ sudo chown -R www-data:www-data /path/to/castopod/public/media
## Third-party Plugins ## 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 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 all sorts of cool features. Anyone can choose to create their own plugins and
even share them with the community. even share them with the community.