Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
stormmaster
Topic Author
Posts: 6
Joined: 20 Jun 2021, 18:09

Protected Photos in ATOM Feed

08 Mar 2026, 14:05

I have enabled the feed for my page.
I found that it also includes links to protected pages including the a link to the full version of the picture on the private gallery.
I did not find a setting related to the inclusion of protected pages / pictures in the atom feed.

Is there a way to prevent that?
If not I would classify this as a bug ;-).

My expectation would be to have pages / pictures which are protected excluded from the feed.

(Running version X3.34.2)

Cheers,
Stefan
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Protected Photos in ATOM Feed

08 Mar 2026, 23:53

Hi Stefan,

I have tested, and the atom feed definitely does not include pages (or images in pages) that are protected. Since you mention pictures, I assume you must be using the "X3 Sitemap Creator"? When using the sitemap creator, you must re-create the sitemap whenever you want it updated. For example, it might have been created before the folder was password protected.
 
User avatar
stormmaster
Topic Author
Posts: 6
Joined: 20 Jun 2021, 18:09

Re: Protected Photos in ATOM Feed

09 Mar 2026, 16:54

Code
<entry>
<id>tag:stormpix.net,2025-05-20:p74e81c</id>
<title>Team</title>
<summary>Team</summary>
<updated>2025-05-20T09:43:35+02:00</updated>
<link rel="alternate" type="text/html" href="https://stormpix.net/x3/galleries/private/klarx/machines/00_team/"/>
<media:thumbnail url="https://stormpix.net/x3/render/w200-h200-c1:1-q90/galleries/private/klarx/machines/00_team/P5050598-Edit-3.jpg" width="200" height="200"/>
<media:content url="https://stormpix.net/x3/content/galleries/private/klarx/machines/00_team/P5050598-Edit-3.jpg"/>
</entry>
This is an excerpt from the current feed located at https://stormpix.net/x3/feed
And the path is definitely protected:

Image

Sign in is requested when you open https://stormpix.net/x3/galleries/priva ... s/00_team/ from the feed.
But both pictures can be open directly.
I have the sitemap enabled. And the protected folders are not included in the sitemap.
Thanks for digging into this - I cannot rule out a mistake on my end, but don't know where to look.
Cheers,
Stefan
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Protected Photos in ATOM Feed

09 Mar 2026, 23:36

Actually, it seems you are right. I was mixing Atom with the sitemap XML, which does in fact exclude protected pages and images.

I will look into it for next release (soon). Thanks for reporting!