Ghostery breaking signed imgix images #369
Comments
|
Looks like an anti-tracking false positive. @sammacbeth can you take a look? |
|
OK - looking at this more it appears it's only happening with the images in the |
|
This is from the anti-tracking module. The value is being rewritten because:
As this value is obviously not a tracking identifier I'd like to debug why we did not whitelist it. Is this value fairly unique? If it is not used very often it may be that too few users saw it for us to mark it as safe. |
|
I would guess it'd be fairly unique - the |
|
Seeing this with a custom |
|
Any progress here? Still seeing this behavior regularly—although not with the |
|
@Haraldson Is the entire image being blocked or are parameters being changed to |
Please read the CONTRIBUTING guide before submitting an issue.
Description
Imgix has a GET param called
autothat ghostery is changing the value of toauto=ghostery, which breaks the image in our case since we're pre-signing the images.Example actual image:
https://ralstoninstcms.imgix.net/slideshow/RI-hero-DCAP-PV.jpg?auto=compress%2Cformat%2Cenhance&w=2000&s=0f37d2e8687b2d6199c84fb2077fd238
Ghostery-ed image:
https://ralstoninstcms.imgix.net/slideshow/RI-hero-DCAP-PV.jpg?auto=ghostery&w=2000&s=0f37d2e8687b2d6199c84fb2077fd238
Expected Behavior
Ghostery leaves these images alone.
Actual Behavior
Ghostery rewrites
autoGET parameterSteps to Reproduce
Versions
Notably this is not happening on Firefox
The text was updated successfully, but these errors were encountered: