Closed Bug 1592483 Opened 5 years ago Closed 5 years ago

HP shopping widget asks users to disable ETP

Categories

(Core :: Privacy: Anti-Tracking, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: englehardt, Unassigned)

References

(Blocks 1 open bug)

Details

See: https://github.com/webcompat/web-bugs/issues/43475 for a description.

When ETP is enabled, the embedded HP shopping widget includes the message: "To use the viewfinder, please disable tracking protection" and shows instructions on how to do so via the doorhanger. When ETP is disabled, this message disappears and the actual set of products appears.

It seems like we should recommend this site use the Storage Access API, rather than request that the user disable protections for the site.

Here's the code that decides whether to show the prompt:

<!--
$(function() {
	 var firefox = /firefox/.test(navigator.userAgent.toLowerCase());
	 if(firefox){
            $("#ffki").show();
setTimeout(function(){
	if($("#hpocf").find("#hpEcsfRoot").length)
					{$("#ffki").hide();}else{$("#ffki").show();}
	}, 4000);	
		}
	});
//-->
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.