Hello, I just found this informative article about protecting your stylesheets: http://www.n1studios.net/tutorials/php/css-file-protection.html I think it is a good read for anyone interested in safe-guarding their css secrets.
Just share you Css. I tryed to protect my css, In fact there is no really way to protect it. why not share it.
[Joseph Mengele voice]Secrets? Izzit zafe? Tell me, izzit safe???[/Joseph Mengele] Zer AHR no zecrets in CSS. En if ze browzer can show ze styles, den ze peoples can zee zem too.
Oh lord not this ***tard rubbish AGAIN. If the browser can access it, guess what! So can the user. END OF STORY. Anyone advanced enough to CARE about your CSS is going to bypass that in seconds or less. Much less that the way it works inherently defeats much of the POINT of CSS - caching across pages on the same site. Since php files can be dynamic content they don't usually cache on request generally returning 200, not 304. Really sad part is even though you could just read it right out of your cache to bypass - you could even easily bypass the session check since it's RIGHT THERE in the code. It's bad when http_referrer would be more 'secure' than this.