Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi

How can we hide CSS /Java Script file in web application.If someone view user FireBug/Resource in Chrome , any one can view details of above said files. Also someone can directly browse a file if he know the Path.How to prevent it ?

Many thanks in advance
Posted

1 solution

AFAIK, you cannot hide it. In order to render the page correctly and completely, CSS & JavaScript will be downloaded on client browser, post which one can have a look at it. Developer tools of browsers clearly expose the CSS & scripts involved in it.

For scripts, you can 'minify' it such that there is no new line and spaces. This makes it difficult to read.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900