Skip to content

Commit

Permalink
Update URL to fingerprint image
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Mar 29, 2017
1 parent cf6bb3c commit 518f047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wattsi.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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'])]);
Expand Down

0 comments on commit 518f047

Please sign in to comment.