[GH-ISSUE #1221] [FEATURE] Filter websites that doesn't have CORS #731

Closed
opened 2026-02-25 20:36:25 +03:00 by kerem · 1 comment
Owner

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.

Originally created by @kvnzrch on GitHub (Feb 4, 2025). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1221 <!-- DO NOT REQUEST UI/THEME/GUI/APPEARANCE IMPROVEMENTS HERE THESE SHOULD GO IN ISSUE #60 REQUESTING A NEW FEATURE SHOULD BE STRICTLY RELATED TO NEW FUNCTIONALITY --> **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.
kerem 2026-02-25 20:36:25 +03:00
Author
Owner

@Don-Swanson commented on GitHub (Sep 14, 2025):

While I understand the appeal of iframe embedding, this feature would unfortunately:

  • Slow down searches significantly (checking CORS for each URL)
  • Filter out most top results (since most sites block iframes for security)
  • Make Whoogle appear to have poor search quality when it's really just iframe restrictions

For your desktop app, consider opening links in separate windows or using web view components instead of iframes.

<!-- gh-comment-id:3289650953 --> @Don-Swanson commented on GitHub (Sep 14, 2025): While I understand the appeal of iframe embedding, this feature would unfortunately: - Slow down searches significantly (checking CORS for each URL) - Filter out most top results (since most sites block iframes for security) - Make Whoogle appear to have poor search quality when it's really just iframe restrictions For your desktop app, consider opening links in separate windows or using web view components instead of iframes.
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/whoogle-search#731
No description provided.