ETP Strict breaks chat feature on https://auspost.com.au/help-and-support
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
People
(Reporter: alberts, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Steps to reproduce:
- Visit https://auspost.com.au/help-and-support
- Scroll down to "Talk to our team. We're here to help." > "Chat"
- Click on "Chat now"
With ETP nothing happens; changed to ETP Standard the chat popup opens.
Reporter | ||
Comment 1•4 years ago
|
||
Sorry for bug spam; first time I cloned a task. Wasn't sure how much was carried over.
Comment 2•4 years ago
|
||
This can be reproduced with ETP Strict. Setting urlclassifier.trackingSkipURLs
with media-aus.inq.com,auspost.inq.com
fixes the breakage. Note that if only adding one of the two domains in the skip list doesn't fix the breakage.
Reporter | ||
Comment 3•4 years ago
|
||
Does the owner of the domain matter for the decision, who, based on the whois entry https://www.whois.com/whois/inq.com, should be this: https://www.nuance.com/omni-channel-customer-engagement/digital.html
Comment 4•4 years ago
|
||
(In reply to Albert Scheiner [:alberts] from comment #3)
Does the owner of the domain matter for the decision, who, based on the whois entry https://www.whois.com/whois/inq.com, should be this:
Yes, if the third-party domain and the top-level domain have the same owner. It will affect how we are going to fix this.
Comment 5•4 years ago
|
||
I can't see the "Chat" options. I've created an account and signed in and still don't have the options. I even tried using VPN pointing to Australia, but with no luck either.
https://prnt.sc/104xmp2
https://prnt.sc/104xnk3
Tested with:
Browser / Version: Firefox Nightly 88.0a1 (2021-02-22), Firefox Nightly 210222 (🦎 87.0a1-20210218092411)
Operating System: Windows 10 Pro, Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density)
Albert Scheiner do you still have the option, does the issue still occur on your side?
Reporter | ||
Comment 6•4 years ago
|
||
It might be the time of the day, but I checked the last few days and couldn't see the chat either anymore.
Comment 7•4 years ago
|
||
I see a "chatbot" link on their page now which seems to work in standard mode, but not strict mode.
Comment 8•4 years ago
|
||
If I whitelist auspost.inq.com
and media-aus.inq.com
, then the chat link works as it does in standard mode. It looks like there is a script loading the chat widget which we should be able to shim: https://auspost.inq.com/chatskins/launch/inqChatLaunch10005961.js
This script seems to define a window.v3lander
object (which this site doesn't use), but also creates an iframe for the chat widget. The "chatbot" link doesn't actually do anything except shimmy another widget out of the way of that iframe, from what I can tell. So any shim would likely also need to create some kind of placeholder where the iframe would go, and allow the user to opt into replacing the placeholder with the actual chat widget.
Comment 9•4 years ago
|
||
I've confirmed that we can use shims to present a placeholder for Inq chat widgets, but it's unclear which kind of placeholder we'll want to provide, as each site can have its own styles and placements for the buttons which are only known after Inq's scripts run. As such we'll have to provide a generic placement for any opt-in placeholder.
Updated•2 years ago
|
Description
•