Skip to content

Commit 40ffd1a

Browse files
committed
more changes
1 parent 640a41c commit 40ffd1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/wattsi.pas

+6-6
Original file line numberDiff line numberDiff line change
@@ -1301,13 +1301,13 @@ TCrossReferences = record
13011301
Result := ProcessNode(Node);
13021302
end
13031303
else
1304-
if ((Instruction = 'INSERT FINGERPRINT') and (Variant <> vDEV)) then
1304+
if ((Instruction = 'INSERT TRACKING') and (Variant <> vDEV)) then
13051305
begin
1306-
TempElement := E(eSpan, [kCrossRefAttribute, 'fingerprinting vector',
1307-
'title', 'There is a potential fingerprinting vector here.',
1308-
'class', 'fingerprint'],
1309-
[E(eImg, ['src', 'https://resources.whatwg.org/fingerprint.svg',
1310-
'alt', '(This is a fingerprinting vector.)',
1306+
TempElement := E(eSpan, [kCrossRefAttribute, 'tracking vector',
1307+
'title', 'There is a tracking vector here.',
1308+
'class', 'tracking-vector'],
1309+
[E(eImg, ['src', 'https://resources.whatwg.org/tracking-vector.svg',
1310+
'alt', '(This is a tracking vector.)',
13111311
'width', '46',
13121312
'height', '64'])]);
13131313
(Node.ParentNode as TElement).ReplaceChild(TempElement, Node);

0 commit comments

Comments
 (0)