0
how can i protect my css code sourse ??
simple question
4 Réponses
+ 3
You can't protect your css
you can try HTML referer but it's easy to bypass this weak protection
+ 3
Generate it with JS, even with crypting the source: this is not a good idea, and will not prevent to be seen/retrieving by someone, but it will make that more difficult to achieve ;)
( Not good idea, because if JS isn't available -- in the browser itself, or desactivated by user -- your page will look so bax :P ... except if you have a minimal style sheet not protected ^^ )
0
you can only put it inside js and encrypt it, but it's stupid way
0
and why you need to protection for your css? look at big companies websites like Google, Facebook etc. they not hidding their css and it's just a stylesheet not a program