Can I hide the link that is imported from the source view?
I mean, do I have a style.php link? Something = what is imported

@import "?чтото=что" screen; 

When I click in the browser F12 and go to the Sources tab, I see this link. Can I hide it? Interested in any way.

alt text

If you go to the site / style.php? Link in the browser = something like pressing F12, then everything is as I would like, the file is empty, but if you press F12, for example, on the main one, then it finds this path and displays source file.

alt text

    1 answer 1

    It is impossible. But try to stuff a bunch of spaces / line breaks in front of it: a common way to “hide” the site sources from novice webmasters. Unreliable.

    • Nothing is impossible, as for me. There must be a way. Or a way to hide the source code itself :) - Bastian
    • If the code is hidden, how will the browser execute it? And if the browser has access, then the user will have it. - KoVadim
    • @KoVadim, in fact, when viewing the source code of a page, there is nothing there, but through the console menu in the browser it does not define the link that is in @import, it is necessary that it does not display this link in the console menu, everything else is not important :) ____ @KoVadim, updated a little question. - Bastian
    • Do not want the browser to display it, do not give it to the browser. Everything that you gave to the browser, the user can see. - KoVadim
    • one
      @Rnddev> Nothing is impossible as for me. Of course not! Here are some scenarios for you to choose from: 1. Hack all the operating systems and make them crash when displaying the desired combination of letters so that no one even can go into devtuls. 2. Make a browser that will hide your styles, and make it use 100% of the audience. 3. Buy yourself the Internet (all) and set your own rules. 4. Make your site so uninteresting that no one went there. - etki