mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #154] Add support for dealing with cookie popups #114
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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
@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 :)
@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.