Results 306 comments of Dag

Can you give an example of what this pr fixes? Your first bullet point.

Which `` option are you seeing this with?

The bridge has a list `Choisir une ville` where you select an option. The reason I ask is because I don't see a difference with your pr. I was testing...

The current bridge works fine for me. Notice that the property is case-sensitive and it must be `->innertext` and NOT `->innerText`. The current bridge has: ```php $itemDom->find('.sign-preview__content .title', 0)->innertext ```

They have strict referrer checking: https://techdocs.akamai.com/property-mgr/docs/referrer-checking I don't think this is feasible. Would have to proxy out for each image and spoof referrer. ``` $ curl -i -H 'referer: AAAAAA_pstatic.net'...

As far as I can tell, this change does not set any useful http headers to mimic browsers? It modifies the tls behavior only? https://github.com/RSS-Bridge/rss-bridge/pull/2927

Tested and seems to work fine. But getting this error on `PatreonBridge`. Still getting it when removing the custom ciphers that the bridge itself sets. ``` Uncaught Exception HttpException: Unknown...

https://daniel.haxx.se/blog/2022/09/02/curls-tls-fingerprint/

Can confirm this bug. It happens for config keys which are case sensitive and loaded from env. Just curious, did you find any docs about this load-config-from-env feature?

@dot-mike I did realize that and changed that particular line. Please inspect the entire pr. I agree with your conclusion that it's not a proper fix because I only added...