lostcarpark / conclar

ConClár Programme Guide in ReactJS
MIT License
11 stars 12 forks source link

QR Code panel is sensitive to web content blockers #133

Open alan-fleming opened 2 years ago

alan-fleming commented 2 years ago

On Safari, I use 1Blocker as my content blocker of choice. The 'Annoyances' panel of this blocks the QR Codes from being displayed. Happy to work out which of the 48084 rules might be being triggered :)

lostcarpark commented 2 years ago

Interesting. This seems something that is controlled on the client. Do you think any changes are needed on ConClár, or is it something we need to document to help content blocker users to override?

alan-fleming commented 2 years ago

Let me have a look at the code to see which particular rule is being triggered - there may be a way to code it out but I suspect it's going to be a documentation update.

alan-fleming commented 1 year ago

Time Passes

Suspect it's the name of the CSS class share-group that's the issue. But if I'm the only one having this problem I'd be happy to write a small documentation update for you to pull.

lostcarpark commented 1 year ago

Thanks for the comment. If you can suggest a CSS change to fix it, I'd be happy to apply it. On the other hand, if there's an exception that can be added for users of the 1blocker, adding that to documentation would also be good.