ttp.cbp.dhs.gov

This is where you should report issues arising from the subscription filters.
Locked
dholbert
New Member
New Member
Posts: 6
Joined: Tue Oct 10, 2017 7:11 pm

ttp.cbp.dhs.gov

Post by dholbert »

URL:
https://ttp.cbp.dhs.gov/ (after logging in with login.gov account)

(This is the website where you'd e.g. register for the Global Entry travel program.)

Filter subscription:
Easy Privacy

Problematic Filter:

Code: Select all

||digitalgov.gov/universal-federated-analytics-min.js
Screenshot of problem:
https://i.imgur.com/Ulq9Y0h.png

Screenshot of correct rendering:
https://i.imgur.com/u43PRb0.png

When I log in to this site with ublock origin and EasyPrivacy, I get various errors like this in my error console:

Code: Select all

EXCEPTION: Uncaught (in promise): ReferenceError: ga is not defined
...and the site does not finish loading (it never actually gets to the "dashboard" view, as shown by my screenshots above). This seems to be because EasyPrivacy blocks this "universal-federated-analytics-min.js" script, and the site sloppily depends on that script being loaded.

WORKAROUND: This additional line fixes it on my end, though:

Code: Select all

@@||dap.digitalgov.gov/Universal-Federated-Analytics-Min.js$script,domain=ttp.cbp.dhs.gov
(I noticed there's a line like that in the EasyPrivacy list already, but for domain=travel.state.gov -- that one's probably another instance of the same problem.)
Locked