Skip to content

Commit

Permalink
Add Fingerprint for Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Dec 20, 2024
1 parent e5d6ef3 commit 95cc35f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/next_js.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
website "https://nextjs.org/"

matches [
# {
# :search => "headers[x-powered-by]",
# :regexp => /Next\.js/,
# :name => "x-powered-by header with Next.js"
# },
{
:search => "headers[x-powered-by]",
:regexp => /Next\.js/,
:name => "x-powered-by header with Next.js"
},
{
:search => "body",
:regexp => /\/_next\/static/,
Expand Down

0 comments on commit 95cc35f

Please sign in to comment.