hello i got a small question, is this code secured, is there something that should not be displayed on the client, i am talking about the image tag:
my code:
TypeScript
<script lang="ts">
let { data } = $props();
</script>
{#each data.databaseData.documents as pet}
<div class="pet">
<p>title: {pet.title}</p>
<p>description: {pet.description}</p>
<p>by: {pet.by}</p>
<img
src="https://cloud.appwrite.io/v1/storage/buckets/67eab74a000065af9767/files/{pet.image}/view?project=67eaa8b10009d8a195f3&mode=admin"
alt={pet.image}
/>
</div>
{/each}
TL;DR
i feel like the project=67eaa8b10009d8a195f3 and buckets/67eab74a000065af9767 shouldnt be displayed or im just wrong, also what is this mode=admin
Recommended threads
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Domain Help
My domain estimately.me is verified in Appwrite DNS but SSL certificate keeps failing with: DNS problem: server failure at resolver looking up A for estimately....
- The deployment is blocked
My domain https://allononeagency.social/