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) ?
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?
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 Thank you so much!