mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #682] [MERGED] Anonymous view #941
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#941
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?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/682
Author: @benbusby
Created: 3/14/2022
Status: ✅ Merged
Merged: 4/13/2022
Merged by: @benbusby
Base:
main← Head:feature/anonymous-view📝 Commits (7)
7b8a852Expand/windowendpoint to behave like a proxy02b9cabAdd front end for enabling anonymous view2abfbc3Merge remote-tracking branch 'origin/main' into feature/anonymous-viewe7b70ddImplement filtering of remote content from cssefd505fCondense NoJS feature into Anonymous Viewfcd51feExclude 'data:' urls from filter, add translationsb52f596Add cssutils to requirements📊 Changes
11 files changed (+255 additions, -55 deletions)
View changed files
📝
app/filter.py(+70 -10)📝
app/models/config.py(+4 -1)📝
app/routes.py(+57 -9)📝
app/static/css/dark-theme.css(+5 -0)📝
app/static/css/light-theme.css(+5 -0)📝
app/static/settings/translations.json(+68 -34)📝
app/templates/index.html(+4 -0)📝
app/utils/misc.py(+12 -0)📝
app/utils/results.py(+27 -1)📝
app/utils/search.py(+2 -0)📝
requirements.txt(+1 -0)📄 Description
The current
/windowendpoint is used as a proxy currently, but onlyfor removing Javascript from the result page. This expands the existing
functionality to allow users to proxy search result pages through their
Whoogle instance.
Note that this feature will likely be merged in without being 100%
finished, since I'm unsure of how users intend to use the feature. With
some community testing, I'll get a better idea of A) how many people are
actually going to use this feature, and B) what aspects of the feature
are useful or not useful.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.