Skip to content

Commit

Permalink
Add more patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Dec 20, 2024
1 parent 3e52167 commit d932962
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugins/next_js.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
: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 d932962

Please sign in to comment.