Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestion from @JLLeitschuh
  • Loading branch information
JLLeitschuh authored Nov 26, 2025
commit e9620f572b2ce1da808ccf76e774dd2b300a51f9
2 changes: 1 addition & 1 deletion html/payloads/ray-jobs-rce.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const RayRce = () => {
return response.text()
})
.then(function (d) {
if (d.includes("You need to enable JavaScript")) {
if (d.includes("Ray Dashboard")) {
return true;
} else {
return false;
Expand Down