Update interface/resources/qml/hifi/dialogs/security/EntityScriptQMLWhitelist.qml

Co-Authored-By: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
This commit is contained in:
kasenvr 2020-01-25 19:02:01 -05:00 committed by GitHub
parent d6cf4db930
commit fc73f76ab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ Rectangle {
text:
"The whitelist checks scripts & QML as they are loaded.<br/>
Therefore, if a script is cached or has no reason to load again,<br/>
then removing it from the whitelist will not be effective until<br/>
removing it from the whitelist will have no effect until<br/>
it is reloaded.<br/>
Separate your whitelisted domains by line, not commas. e.g.
<blockquote>
@ -203,4 +203,4 @@ ending with '.qml'."
anchors.rightMargin: 20;
}
}
}
}