Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing new version 1.0.1: Improve User Experience - Load Webpages Safely in an Iframe #6

Merged
merged 9 commits into from
Mar 28, 2024

Conversation

princekhunt
Copy link
Owner

This update makes browsing smoother by loading all webpages in an iframe.

This means pages load faster and navigation is easier for users. I'm also adding policies to stop pages from loading on external websites.

Additionally, Updating form submissions, to make secure within an iframe, so your information stays protected. This update focuses on giving a better, safer browsing experience.

@princekhunt princekhunt self-assigned this Mar 17, 2024
@princekhunt princekhunt temporarily deployed to privateping-v1-0-1-np6git98hf4 March 17, 2024 18:55 Inactive
@princekhunt princekhunt temporarily deployed to privateping-v1-0-1-yuxnqtnalmv March 17, 2024 19:15 Inactive
@princekhunt princekhunt temporarily deployed to privateping-v1-0-1-yuxnqtnalmv March 17, 2024 19:27 Inactive
@princekhunt princekhunt temporarily deployed to privateping-v1-0-1-yuxnqtnalmv March 17, 2024 19:43 Inactive
@princekhunt princekhunt temporarily deployed to privateping-v1-0-1-yuxnqtnalmv March 17, 2024 19:53 Inactive
@princekhunt princekhunt temporarily deployed to privateping-v1-0-1-yuxnqtnalmv March 17, 2024 20:04 Inactive
@princekhunt princekhunt temporarily deployed to privateping-v1-0-1-yuxnqtnalmv March 18, 2024 12:01 Inactive
if Friends.objects.filter(user=curr_user.id, friend=friend).exists():
if Friends.objects.get(user=curr_user.id, friend=friend).accepted == False:
#redirect with get parameter
return redirect(f"/request?user={user}")

Check warning

Code scanning / CodeQL

URL redirection from remote source Medium

Untrusted URL redirection depends on a
user-provided value
.
@princekhunt princekhunt merged commit e4dbab5 into main Mar 28, 2024
4 checks passed
@princekhunt princekhunt deleted the v1.0.1 branch May 5, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant