By saiprasad kandavalli on
Hi ,
When i am going to www.example.com/sites/all/themes/garland/garland.css
Any user can see the css code.
How we able to hide css .
Any help
Hi ,
When i am going to www.example.com/sites/all/themes/garland/garland.css
Any user can see the css code.
How we able to hide css .
Any help
Comments
you shouldn't be able to do it
browsers will need to "see" the style sheets, so basically you shouldn't hide those
nevertheless you may
- join all your css into a a single (aggregated) css and then forbid access to css under garland with .htaccess file
- also you may obfuscate css files (which will be tough task)