Skip to content

Commit

Permalink
chore: Fix subject-verb agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Jun 7, 2024
1 parent b81e5e6 commit 69a2a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/core/src/ruffle-imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function copyToAudioBufferInterleaved(
export function callExternalInterface(name: string, args: any[]): any {
// [NA] Yes, this is direct eval. Yes, this is a Bad Thing when it comes to security.
// In fact, yes this is vulnerable to an XSS attack!
// But plot twist: Flash allowed for this and many games *relies on it*. :(
// But plot twist: Flash allowed for this and many games *rely on it*. :(
// Flash content can do `call("eval", "....")` regardless, this doesn't enable anything that wasn't already permitted.
// It just goes against what the documentation says, and *looks* really suspicious.
// Content can only run this if the website has enabled `allowScriptAccess`, so it has to be enabled by the website too.
Expand Down

0 comments on commit 69a2a02

Please sign in to comment.