the website uses plain HTML and CSS. there are 3 images on this page, one loads and two give the error above and show the ALT text for the image. Browser is Firefox 146.0.1-1 but the same problem also on my phone with Chrome if I use wifi or mobile data.
The lines in the html file that load the image are all the same, apart from the filename. All files are in the same directory and no difference whether I use the local directory or the full url path.
In Firefox developer mode the error shows when I hover the mouse over the src parameter of the img tag. The image that works shows a thumbnail of the image.
I have tried uploading the images many times and all sorts of different options in the html. I have many hundreds of other images on the site that all work fine.
I copird the working image to the filename of one of the failing ones, and that image then displayed.
Using the browser on a local nginx webserver works fine.
The missing files are all screen captures of the hexchat program, is it possible that there is something wrong with the images that don’t work?
File permissions all look the same as other images and html files on both local and remote systems.
is there a list of blocked words? I do use the word “chat” in the directory and image names, eg here’s a list from the terminal. There doesn’t seem to be a way to add a screenshot?
drwxr-xr-x 3 glenn glenn 167 Dec 28 00:43 ./ drwxr-xr-x 5 glenn glenn 4096 Dec 27 21:29 ../ -rw-r–r-- 1 glenn glenn 125555 Dec 27 22:22 chat.png -rw-r–r-- 1 glenn glenn 41756 Dec 27 22:21 chat-small.png -rw-r–r-- 1 glenn glenn 91604 Oct 12 2015 connect.png -rw-r–r-- 1 glenn glenn 79337 Oct 12 2015 connect-small.png -rw-rw-r-- 1 glenn glenn 9330 Dec 27 23:33 hexchat-logo2.png -rw-r–r-- 1 glenn glenn 9121 Dec 27 22:20 hexchat-logo.png -rw-r–r-- 1 glenn glenn 3366 Dec 27 23:36 index.html
I don’t know… I only know chat for certain… But this might help:
But looking at the list of files you’ve provided the following would be blocked:
chat.png
chat-small.png
hexchat-logo2.png
hexchat-logo.png
This is because all of these use the word “chat” which is blocked. Rename some of these to something like hc-logo.png ext and see if that fixes your problem
renaming the image files to have “ch” instead of “chat” does the trick. A quick find, shows these are the only files on my site with the word chat in them