Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Firefox blocking content!?

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 58 προβολές
  • Τελευταία απάντηση από al.sterner253

more options

When I upload my personal web page some images are missing, link banners won't display. I need to know if mozilla/firefox is censoring my sites and if so WHY? They display fine in other browsers. I used the developer console to identify the issue, seems that firefox is altering the html data to not display the link banner. See attached image.

When I upload my personal web page some images are missing, link banners won't display. I need to know if mozilla/firefox is censoring my sites and if so WHY? They display fine in other browsers. I used the developer console to identify the issue, seems that firefox is altering the html <img> data to not display the link banner. See attached image.
Συνημμένα στιγμιότυπα

Επιλεγμένη λύση

Firefox wouldn't normally add such a display:none!important; rule to hide an image that has a specific attribute.

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required) where this happens?

Start Firefox in Troubleshoot Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration or if userChrome.css/userContent.css is causing the problem.

  • switch to the Default System theme: "3-bar" menu button or Tools -> Add-ons -> Themes
  • do NOT click the "Refresh Firefox" button on the Troubleshoot Mode start window
Ανάγνωση απάντησης σε πλαίσιο 👍 1

Όλες οι απαντήσεις (2)

more options

Επιλεγμένη λύση

Firefox wouldn't normally add such a display:none!important; rule to hide an image that has a specific attribute.

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required) where this happens?

Start Firefox in Troubleshoot Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration or if userChrome.css/userContent.css is causing the problem.

  • switch to the Default System theme: "3-bar" menu button or Tools -> Add-ons -> Themes
  • do NOT click the "Refresh Firefox" button on the Troubleshoot Mode start window
more options

Thanks for the reply. I did as you recommended and discovered that it was the uBlock plugin even though it reported that 0% was being blocked.