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

Support for SvelteKit #206

Open
benmccann opened this issue Apr 4, 2024 · 0 comments · May be fixed by #208
Open

Support for SvelteKit #206

benmccann opened this issue Apr 4, 2024 · 0 comments · May be fixed by #208

Comments

@benmccann
Copy link

benmccann commented Apr 4, 2024

The most reliable way would be to look for a <script> tag with a variable beginning with the name __sveltekit_.

You could also potentially look for data-sveltekit- attributes. E.g. the default template contains <body data-sveltekit-preload-data="hover">. However, these may not be used in every application.

In the future, sites could potentially opt-into revealing that they're running SvelteKit more explicitly: sveltejs/kit#11724

Here's the wappalyzer detection: https://github.com/dochne/wappalyzer/blob/471c2fb0b093973c098bd1855b89c8cde4997479/src/technologies/s.json#L6939

@benmccann benmccann linked a pull request Apr 4, 2024 that will close this issue
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 a pull request may close this issue.

1 participant