mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #1221] [FEATURE] Filter websites that doesn't have CORS #731
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#731
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 @kvnzrch on GitHub (Feb 4, 2025).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1221
Describe the feature you'd like to see added
What the title says, that at least, you can do a fetch for each URL, to show if it has the headers that prevent that URL from being displayed inside an iframe. Perhaps it can be activated through environment variables, and that next to each URL, in the results list, a Loader is shown, and then nothing if it can be embedded or a green check, or an red X if it cannot.
Additional context
I'm making an app that simulates a desktop environment, with Whoogle as the home page ❤️. Almost all pages block the ability to embed in an iframe, that's the issue.
@Don-Swanson commented on GitHub (Sep 14, 2025):
While I understand the appeal of iframe embedding, this feature would unfortunately:
For your desktop app, consider opening links in separate windows or using web view components instead of iframes.