Skip to content

Commit

Permalink
feat(testing/web): add security disclaimer
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
ferferga authored Sep 10, 2024
1 parent aabb220 commit 6fb5fc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/general/testing/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ Each PR of [Jellyfin Web](https://github.com/jellyfin/jellyfin-web) and [Jellyfi
:::caution
Using a development version of clients may lead to data corruption or loss on the server. Please use a dedicated test server and make regular backups of [Jellyfin files](/docs/general/administration/configuration#server-paths).
:::

:::danger
Although CloudFlare Pages deployments from Pull Requests are built in our CI/CD workflow
in a completely transparent and auditable manner, **some of them may come from external contributors that might not be good actors!**.

By default, never trust any artifacts given by anyone outside the official channels if you can't inspect the source code first.
They might compromise or trace your activity!
:::

0 comments on commit 6fb5fc1

Please sign in to comment.