Skip to content

Commit

Permalink
Added SVG cursor leaks by Masato Kinugawa
Browse files Browse the repository at this point in the history
Added new header leaks from https://github.com/joshbuchea/HEAD
  • Loading branch information
cure53 committed May 30, 2016
1 parent 96acee3 commit a856986
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions leak.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@
<meta name="displaydate" content="<img src='https://leaking.via/meta-name-displaydate-reading-view'>">
<meta property="og:site_name" content="<img src='https://leaking.via/meta-property-reading-view'>">

<!--
%AppLink Web Fallback
-->
<meta property="al:web:url" content="https://leaking.via/meta-property-al-web-url">

<!--
%Pinned Websites
-->
<meta name="msapplication-config" content="https://leaking.via/meta-name-msa-config">
<meta name="msapplication-badge" content="frequency=30; polling-uri=https://leaking.via/meta-name-msa-badge">
<meta name="msapplication-notification" content="frequency=60;polling-uri=https://leaking.via/meta-name-msa-notification">
<meta name="msapplication-square150x150logo" content="https://leaking.via/meta-name-msa-logo-1">
<meta name="msapplication-square310x310logo" content="https://leaking.via/meta-name-msa-logo-2">
<meta name="msapplication-square70x70logo" content="https://leaking.via/meta-name-msa-logo-3">
<meta name="msapplication-wide310x150logo" content="https://leaking.via/meta-name-msa-logo-4">
<meta name="msapplication-task" content="name=Leak;action-uri=https://leaking.via/meta-name-msa-task;icon-uri=https://leaking.via/meta-name-msa-task-icon">
<meta name="msapplication-TileImage" content="https://leaking.via/meta-name-msa-tile-image">

<!--
%Links
-->
Expand Down Expand Up @@ -60,13 +78,17 @@
<link rel="alternate" href="https://leaking.via/link-alternate" />
<link rel="alternate" type="application/atom+xml" href="https://leaking.via/link-alternate-atom" />
<link rel="alternate stylesheet" href="https://leaking.via/link-alternate-stylesheet" />
<link rel="amphtml" href="https://leaking.via/link-amphtml">
<link rel="appendix" href="https://leaking.via/link-appendix" />
<link rel="apple-touch-icon-precomposed" href="https://leaking.via/link-apple-touch-icon-precomposed">
<link rel="apple-touch-icon" href="https://leaking.via/link-apple-touch-icon">
<link rel="apple-touch-startup-image" href="https://leaking.via/link-apple-touch-startup-image">
<link rel="archives" href="https://leaking.via/link-archives" />
<link rel="author" href="https://leaking.via/link-author" />
<link rel="bookmark" href="https://leaking.via/link-bookmark" />
<link rel="canonical" href="https://leaking.via/link-canonical">
<link rel="chapter" href="https://leaking.via/link-chapter" />
<link rel="chrome-webstore-item" href="https://leaking.via/link-chrome-webstore-item">
<link rel="contents" href="https://leaking.via/link-contents" />
<link rel="copyright" href="https://leaking.via/link-copyright" />
<link rel="entry-content" href="https://leaking.via/link-entry-content" />
Expand All @@ -78,11 +100,13 @@
<link rel="index" href="https://leaking.via/link-index" />
<link rel="last" href="https://leaking.via/link-last" />
<link rel="manifest" href="https://leaking.via/link-manifest" />
<link rel="mask-icon" href="https://leaking.via/link-mask-icon" color="red">
<link rel="next" href="https://leaking.via/link-next" />
<link rel="offline" href="https://leaking.via/link-offline" />
<link rel="P3Pv1" href="https://leaking.via/link-P3Pv1">
<link rel="pingback" href="https://leaking.via/link-pingback" />
<link rel="prev" href="https://leaking.via/link-prev" />
<link rel="publisher" href="https://leaking.via/link-publisher">
<link rel="search" type="application/opensearchdescription+xml" href="https://leaking.via/link-search-2" title="Search" />
<link rel="sidebar" href="https://leaking.via/link-sidebar" />
<link rel="start" href="https://leaking.via/link-start" />
Expand Down Expand Up @@ -388,6 +412,10 @@
<a xlink:href="https://leaking.via/svg-a-text/"><text transform="translate(0,20)">CLICKME</text></a>
</svg>

<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect cursor="url(https://leaking.via/svg-cursor),auto" />
</svg>

<!--
%XSLT Stylesheets
-->
Expand Down

0 comments on commit a856986

Please sign in to comment.