Source code security

Hi, I’m a little bit new to coding and all.
But i’m wondering how secure the source code for my web page is?

  • And how can i make it so its secured, (f.ex. So no-one else can just right click and grab it) ?

You can put your “sensitive” code in the the backend. See the article: Corvid: Calling Server-Side Code from the Front-End with Web Modules .

I’ll have a look :slight_smile: Thank you so much!