mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
New translations security.mdx (Norwegian Nynorsk)
[ci skip]
This commit is contained in:
parent
49e4017882
commit
da4635fd61
@ -2,6 +2,8 @@
|
||||
title: Tryggleiksspørsmål
|
||||
---
|
||||
|
||||
import { Aside } from "@astrojs/starlight/components";
|
||||
|
||||
Castopod er bygd på [CodeIgniter4](https://codeigniter.com/), som er eit
|
||||
PHP-rammeverk som oppmodar til
|
||||
[god tryggleikspraksis](https://codeigniter.com/user_guide/concepts/security.html).
|
||||
@ -24,6 +26,12 @@ sudo chown -R www-data:www-data /sti/til/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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user