Ghostery keeps removing elements/preventing them to load for trusted Localhost #515
Comments
|
Hi @JorgeSivil and thanks a lot for taking the time to open this issue, May I ask you to try and disable only "advanced adblocking" instead of pausing Ghostery completely? I'd like to know if the issue comes specifically from the adblocker component (that is my guess for now). Would you maybe be able to share a minimal HTML page which I can use on my side to reproduce this issue? Last not least, the localhost whitelisting issue is already being discussed on here: #470 Thanks a lot for your help! |
|
There's probably a few things happening here. The first is an issue with Trust Site and localhost:port (#470 as already mentioned) that has been released to all browsers but is still pending review in Firefox. You can check this comment for a temporary workaround. The listCollectionBottom--mobile-v2 script is most likely being caught by smart blocking. It's meant to auto-block trackers that take longer than 5sec to load, but at times can be over aggressive. In Ghostery, if you turn off the Light Bulb icon does it solve the issue? |
|
I noticed that it does not take port into account, hence seeing localhost:port is unknown at each reload, since it records localhost without the port. Adding the URL (localhost:port) manually through the setting solved my issue. |
|
I have reinstalled Ghostery and checked for this Toggling the 3 buttons (Smart blocking, etc) one at a time didn't make any effect. The script was still being blocked from being appended to the DOM. But the good thing is now Trusting the site works as the script gets loaded correctly. |
|
Thanks for the updates. I'll close this ticket but reach out if you have any other issues. |
Description
The extension in Firefox is removing a link tag from my page. It doesn't have ads or anything, it is just plain javascript.
I whitelisted localhost:8080 and localhost:9001 (webpack server), but the only way to get that script tag load is to pause Ghostery.
Interestingly it removes also the CSS link. I have no reference in my page for the word listCollectionBottom--mobile-v2 and once I pause Ghostery, the elements get loaded.
Expected Behavior
Whitelisting the page should not make any modifications to the page (i.e removing elements).
Actual Behavior
Page was missing some scripts and css elements in the HTML.
Steps to Reproduce
(you might have to log in and in the user menu click on "Mobile site")
I need to know two things:
As you can see in the image, localhost:8080 is trusted, yet Ghostery is still removing that element.
Versions
The text was updated successfully, but these errors were encountered: