Jump to content

Page linking to foundation.css file


slic535

Recommended Posts

I have a strange link connecting to my foundation.css file.                 data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+

its linking to                         skins/foundation/css/foundation.css

 

how do I find it and delete it?

Link to comment
Share on other sites

I have not seen this specific link.

However, I recognize its type: This is what the browser will pull out of its internal cache and show under some circumstances when you ask the browser to show the HTML source (or using an external utility that queries the browser's cache).

The foundation.css file may have this image link as part of one of the CSS rules.

On the other hand, decoding the base64 gives (line wrapped for clarity):

<svg
 xmlns="http://www.w3.org/2000/svg" 
 version="1.1" 
 x="12px" 
 y="0px" 
 width="24px" 
 height="3px" 
 viewBox="0 0 6 3" 
 enable-background="new 0 0 6 3" 
 xml:space="preserve">
   <polygon points="5.992,0 2.992,3 -0.008,0 "/>
</svg>

The polygon describes an upward (maybe downward?) pointing triangle -- maybe one of the awesome font symbols?

I conclude it is not something to be concerned about. Unless you have a different reason to be concerned?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...