Site support: ylilauta.org

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
vannatink
New to the forum
New to the forum
Posts: 1
Joined: 2026-06-29, 22:00

Site support: ylilauta.org

Post by vannatink » 2026-06-29, 22:11

Not working on Pale Moon, is it possible to fix? Thanks

Example: https://ylilauta.org/penkkiurheilu/285ltg
https://i.ylilauta.org/a2/02/a202802b36873ff7.avif
which forwards to https://ylilauta.org/file/a202802b36873ff7

Developer Tools Web Console:

Code: Select all

Content Security Policy: Couldn’t process unknown directive ‘report-to’  
(unknown)
Outdated browser

Your browser is outdated and does not support all the needed features.
What to do now?

Please check if there are available updates for your browser.

Supported browsers are: Firefox, Edge, Chrome or Safari.
Need help?

Send us an email to info@ylilauta.org.
Please give us the following information so we can help you the best.

A screenshot of this error.
Your IP-address: *
Your browser User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Goanna/6.9 Firefox/128.0 PaleMoon/34.3.1


User avatar
Gemmaugr
Astronaut
Astronaut
Posts: 745
Joined: 2025-02-03, 07:55

Re: Site support: ylilauta.org

Post by Gemmaugr » 2026-06-29, 22:53

||OS: Win 10 | CPU: i7 10700 | GPU: GeForce RTX 3070||
"Judge a person not by their superficial identity attributes, but by the content of their character."
"Organized Identity Politics are the bane of civilized society."

User avatar
adoxa
Astronaut
Astronaut
Posts: 668
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: Site support: ylilauta.org

Post by adoxa » 2026-06-30, 01:09

Strange, override the agent and it tells me it's not supported; copy as cURL, run that in the command line and it works.

User avatar
Moonchild
Project founder
Project founder
Posts: 39633
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Site support: ylilauta.org

Post by Moonchild » 2026-06-30, 05:19

The error we're getting is a check on unknown criteria by their front-end which throws a 410 response (Gone, trying to coerce visiting clients to not try again). I'm guessing this is their attempt at blocking bots.
Since I don't know what they check on (I'm assuming a very strict set of request headers) there isn't much more that can be done here without more information.

The "outdated browser" message is a red herring, as per usual, when browser discrimination is involved. We're not outdated, but we're not "matching exactly what is expected" by the server. Maybe a sign of things to come as the AI bubble persists and they are now pushing for non-human interaction with websites through "agents" (just call them bots... it's what they are).
"Sales hates anything that can't be turned into a confident sentence." - anonymous warehouse worker
"Why debate someone you fundamentally don't trust?" - Dario Amodei
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
adoxa
Astronaut
Astronaut
Posts: 668
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: Site support: ylilauta.org

Post by adoxa » 2026-07-03, 02:00

adoxa wrote:
2026-06-30, 01:09
Strange, override the agent and it tells me it's not supported; copy as cURL, run that in the command line and it works.
Turns out that's not quite right - HEAD works, GET does not (i.e. curl -IL along with cookies will return status 307/200; but remove -I and it's back to unsupported browser).

Goodydino
Keeps coming back
Keeps coming back
Posts: 980
Joined: 2017-10-10, 21:20

Re: Site support: ylilauta.org

Post by Goodydino » 2026-07-04, 20:56

What I get is a complaint that I am not using HTTP version 2.0 or greater. I tried changing that in about:config, but it did no good.