mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
posible Fix for #2310
This commit is contained in:
parent
3362bbf0bf
commit
5d612abd02
@ -32,3 +32,10 @@ class CfgAddons {
|
|||||||
class ACE_Extensions {
|
class ACE_Extensions {
|
||||||
extensions[] += {"ace_clipboard"};
|
extensions[] += {"ace_clipboard"};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
class CfgCommands {
|
||||||
|
allowedHTMLLoadURIs = {
|
||||||
|
"http://ace3mod.com/version.html"
|
||||||
|
};
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user