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

adds more debugging to mobile service worker #3538

Merged
merged 1 commit into from
Apr 1, 2023

Conversation

peterpme
Copy link
Contributor

@peterpme peterpme commented Apr 1, 2023

No description provided.

@vercel
Copy link

vercel bot commented Apr 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
backpack ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 1, 2023 5:41pm

@peterpme peterpme merged commit 2753e2c into master Apr 1, 2023
@peterpme peterpme deleted the peter/adds-url-to-service-worker branch April 1, 2023 17:40
// Get the current URL of the page
const currentUrl = window.location.href;
const urlDiv = document.createElement("div");
urlDiv.innerHTML = currentUrl;

Check warning

Code scanning / CodeQL

Client-side cross-site scripting

Cross-site scripting vulnerability due to [user-provided value](1).
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