Closed Bug 1620533 Opened 5 years ago Closed 3 years ago

Unable to view product details on bauhaus.de while Strict TP is ON

Categories

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

Unspecified
Android
defect

Tracking

()

RESOLVED WORKSFORME
Tracking Status
firefox87 --- fixed

People

(Reporter: sergiu, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [tp-shim-trivial][tp-site-severe])

Browser / Version
Firefox Preview Nightly 200306 (🦎: 75.0a1-20200305095541)

Operating System
Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density)

Steps to reproduce:

  1. Go to https://www.bauhaus.se/vvs
  2. Tap on an item.

Expected Behavior:
The item's details page is opened.

Actual Behavior:
Nothing happens.

Priority: -- → P3

If I whitelist https://www.google-analytics.com/analytics.js and https://www.google-analytics.com/plugins/ua/ec.js then the page works.

The latter is an e-commerce plugins for Google Analytics which define an object, window.gaplugins.EC.

If I allow both scripts to load, but replace them with a blank script and the following minimal shim respectively, the page seems to work fine:

  if (!window.gaplugins) window.gaplugins = {};
  window.gaplugins.EC = function() {};
Whiteboard: [tp-shim-trivial][tp-site-severe]

(In reply to Thomas Wisniewski [:twisniewski] from comment #1)

If I whitelist https://www.google-analytics.com/analytics.js and https://www.google-analytics.com/plugins/ua/ec.js then the page works.

Shims for these scripts were added in bug 1637329 and enabled in bug 1693386 for Firefox 87.

The issue doesn't happen for me when I follow the reproduction steps on Firefox 88.0b9. I think this bug can be closed as fixed.

Flags: needinfo?(tihuang)

The issue is no longer reproducible to me. Agree that we can close this.

Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(tihuang)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.