[GH-ISSUE #154] Add support for dealing with cookie popups #114

Closed
opened 2026-02-25 23:33:28 +03:00 by kerem · 4 comments
Owner

Originally created by @KoenDG on GitHub (Sep 21, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/154

Just adding this for the sake of the issue existing.

Lots of websites won't let you use their site if you don't first indicate your preferences via a popup.

If you try to bookmark/archive such a page, it will take the content of that interface, not the page lying behind it.

I wouldn't know how to deal with it and I don't know golang... but it sure is an issue.

Originally created by @KoenDG on GitHub (Sep 21, 2019). Original GitHub issue: https://github.com/go-shiori/shiori/issues/154 Just adding this for the sake of the issue existing. Lots of websites won't let you use their site if you don't first indicate your preferences via a popup. If you try to bookmark/archive such a page, it will take the content of that interface, not the page lying behind it. I wouldn't know how to deal with it and I don't know golang... but it sure is an issue.
kerem 2026-02-25 23:33:28 +03:00
Author
Owner

@RadhiFadlillah commented on GitHub (Sep 21, 2019):

Hi @KoenDG, could you give me an example URL to test ?

I've tested it in several websites which ask cookies and Shiori works fine.

<!-- gh-comment-id:533837566 --> @RadhiFadlillah commented on GitHub (Sep 21, 2019): Hi @KoenDG, could you give me an example URL to test ? I've tested it in several websites which ask cookies and Shiori works fine.
Author
Owner

@KoenDG commented on GitHub (Sep 22, 2019):

I ran into it on this site:

https://www.hln.be/

It's in dutch, red button on the left is the "continue" so to speak.

EDIT: Yes I read HLN sometimes, google keeps popping it up as a suggestion don't judge me :P

<!-- gh-comment-id:533840779 --> @KoenDG commented on GitHub (Sep 22, 2019): I ran into it on this site: https://www.hln.be/ It's in dutch, red button on the left is the "continue" so to speak. EDIT: Yes I read HLN sometimes, google keeps popping it up as a suggestion don't judge me :P
Author
Owner

@dav-m85 commented on GitHub (Sep 29, 2019):

Hi @KoenDG, I might be of some help here. From my knowledge (I work in a company actually selling such a GDPR banner), it is not easy feat to discard those in a consistent manner across all sites where they appear: each vendor has its own API and UX to do so (there's over an hundred CMPs), and nonetheless it would be bad if you could manage to do so (legal reasons).

If like me you're using the browser extension, a workaround might exist: instead of relying on the shiori server to fetch the html page (and get stuck with the GDPR banner), we could instead send the raw html shown in the browser for Shiori to archive. This way, the red button clicking AI would be... you :)

<!-- gh-comment-id:536333898 --> @dav-m85 commented on GitHub (Sep 29, 2019): Hi @KoenDG, I might be of some help here. From my knowledge (I work in a company actually selling such a GDPR banner), it is not easy feat to discard those in a consistent manner across all sites where they appear: each vendor has its own API and UX to do so ([there's over an hundred CMPs](https://advertisingconsent.eu/cmp-list/)), and nonetheless it would be bad if you could manage to do so (legal reasons). If like me you're using the browser extension, a workaround might exist: instead of relying on the shiori server to fetch the html page (and get stuck with the GDPR banner), we could instead send the raw html shown in the browser for Shiori to archive. This way, the red button clicking AI would be... you :)
Author
Owner

@RadhiFadlillah commented on GitHub (Oct 4, 2019):

Hi guys,

Unfortunately, as @dav-m85 said, it seems impossible to do, both from technical and legal reasons. So the only workaround is to use the web extension.

In case you are using Chrome, I haven't build the extension there but hopefully it will be done soon.

<!-- gh-comment-id:538322860 --> @RadhiFadlillah commented on GitHub (Oct 4, 2019): Hi guys, Unfortunately, as @dav-m85 said, it seems impossible to do, both from technical and legal reasons. So the only workaround is to use the web extension. In case you are using Chrome, I [haven't](https://github.com/go-shiori/shiori-web-ext/issues/3) build the extension there but hopefully it will be done soon.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#114
No description provided.