Closed Bug 1319290 Opened 8 years ago Closed 7 years ago

Can't log in to TekSavvy with Google account with tracking protection enabled

Categories

(Firefox :: Protections UI, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1273531

People

(Reporter: jdm, Unassigned)

Details

Visiting https://myaccount.teksavvy.com/ in FF nightly and clicking the "Sign in with Google" link yields `ReferenceError: gapi is not defined`. In Chrome, it works fine.

The page contains

<script src="https://plus.google.com/js/client:platform.js" type="text/javascript" async defer></script>
<script src="/Binding/ViewModels/AccountLoginViewModel.js?version=1.11" type="text/javascript"></script>

where the first script defines window.gapi and the second uses it. The page has finished loading by the time I click the link, but client:platform.js doesn't show up in the list of scripts in the debugger, which suggests to me that it's never executed.

The page works fine in Chrome.
This was caused by having tracking protection enabled, since this blocks the script from plug.google.com.
Component: DOM → Tracking Protection
Product: Core → Firefox
Summary: Can't log in to TekSavvy with Google account → Can't log in to TekSavvy with Google account with tracking protection enabled
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.