mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 14:35:52 +03:00
[GH-ISSUE #232] Using BasicAuth causes Shiori UI to not show up in Safari (blocked cross-origin request) #174
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#174
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 @Pixtriks on GitHub (Feb 15, 2020).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/232
When running Shiori behind Traefik and BasicAuth the following errors pop-up in the Safari inspector:
These errors cause the UI to not work on macOS and iOS Safari.
The issue does not occur when using Firefox. Tested on macOS 10.15.2 and iOS 13.3.
This may be related: https://stackoverflow.com/questions/56557082/safari-blocked-https-from-asking-for-credentials-because-it-is-a-cross-o
@Pixtriks commented on GitHub (Feb 21, 2020):
The same issue occurs while using traefik-forward-auth in combination with an OpenID Connect provider. It looks like Shiori is having difficulties with handeling the authentication token/cookie. Maybe something can be changed in the way the JavaScript code requests these files?
@deanishe commented on GitHub (Aug 6, 2020):
Could you please post the full request from the web inspector? It sounds like Traefik might be sending headers that are telling the browser not to allow Shiori.
@stale[bot] commented on GitHub (Mar 31, 2022):
This issue has been automatically marked as stale because it has not had any activity for quite some time.
It will be closed if no further activity occurs.
Thank you for your contributions.