@@ -1301,13 +1301,13 @@ TCrossReferences = record
1301
1301
Result := ProcessNode(Node);
1302
1302
end
1303
1303
else
1304
- if ((Instruction = ' INSERT FINGERPRINT ' ) and (Variant <> vDEV)) then
1304
+ if ((Instruction = ' INSERT TRACKING ' ) and (Variant <> vDEV)) then
1305
1305
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.)' ,
1311
1311
' width' , ' 46' ,
1312
1312
' height' , ' 64' ])]);
1313
1313
(Node.ParentNode as TElement).ReplaceChild(TempElement, Node);
0 commit comments