The Security.exactSettings value should remain set at the default value of true. Setting this value to false could make the SWF vulnerable to cross-domain attacks.
== Noncompliant Code Example
----
Security.exactSettings = false;
== Compliant Solution
Security.exactSettings = true;
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::comments-and-links.adoc[]
endif::rspecator-view[]