From 518f047c64aec74f4a911ce3862b4327f1ec4756 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Wed, 29 Mar 2017 14:09:21 +0200 Subject: [PATCH] Update URL to fingerprint image See https://github.com/whatwg/resources.whatwg.org/pull/50 --- src/wattsi.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wattsi.pas b/src/wattsi.pas index 1ac317a..95013d5 100644 --- a/src/wattsi.pas +++ b/src/wattsi.pas @@ -853,7 +853,7 @@ TCrossReferences = record TempElement := E(eSpan, [kCrossRefAttribute, 'fingerprinting vector', 'title', 'There is a potential fingerprinting vector here.', 'class', 'fingerprint'], - [E(eImg, ['src', '/images/fingerprint.png', + [E(eImg, ['src', 'https://resources.whatwg.org/fingerprint.svg', 'alt', '(This is a fingerprinting vector.)', 'width', '46', 'height', '64'])]);