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 d932962 commit e5d6ef3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions plugins/next_js.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
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/,
:name => "HTML tags containing AG_PROXY_ID"
},
]
end

0 comments on commit e5d6ef3

Please sign in to comment.