hbr.org login doesn't work with Tracking protection enabled on Nightly
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(firefox87 fixed)
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: fox2mike, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [tp-ads][tp-shim-complex][tp-login])
User Story
richrelevance.com
Updated•7 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment 2•5 years ago
|
||
Login seems to work for me on their site now except in strict mode (the "sign in" link doesn't even work).
In strict mode, the script https://media.richrelevance.com/rrserver/js/1.2/p13n.js
is being blocked, which breaks the experience by causing their code to throw an r3_common not defined
error. By spoofing some of the objects that script defines, I can log in just fine. Here is the minimum I needed to avoid JS errors on the HBR during the login process:
window.rr_flush_onload = function() {};
window.r3 = function() {};
window.r3_home = function() {};
window.RR = function() {};
window.r3_common = function() {};
r3_common.prototype = {
addContext: function() {},
addPlacementType: function() {},
setUserId: function() {},
setSessionId: function() {},
setClickthruServer: function() {},
setBaseUrl: function() {},
setApiKey: function() {},
};
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•4 years ago
|
||
I'm no longer able to reproduce the issue. I was able to sign in with ETP - Standard, ETP - Strict and on private window.
https://prnt.sc/w38b51
Tested with:
Browser / Version: Firefox Nightly 86.0a1 (2020-12-14)
Operating System: Windows 10 Pro
Comment 5•4 years ago
|
||
(In reply to Thomas Wisniewski [:twisniewski] from comment #2)
Login seems to work for me on their site now except in strict mode (the "sign in" link doesn't even work).
In strict mode, the script
https://media.richrelevance.com/rrserver/js/1.2/p13n.js
is being blocked
A Rich Relevance shim was added in bug 1637329 and enabled in bug 1693386 for Firefox 87.
Updated•4 years ago
|
Description
•