Skip to content

Commit

Permalink
Clarify QLdoc of isMissingFrameOptionsToPreventClickjacking
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Nov 28, 2023
1 parent ceeffa0 commit 5f94964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class FrameOptions extends TFrameOptions {
}

/**
* Holds if the specified frame options do not prevent click jacking.
* Holds if there are no frame options specified to prevent click jacking.
*/
predicate isMissingFrameOptionsToPreventClickjacking(UI5::WebApp webapp) {
not exists(FrameOptions frameOptions | webapp.getFrameOptions() = frameOptions |
Expand Down

0 comments on commit 5f94964

Please sign in to comment.