mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Removed the LegacySecurityPolicy, this prevents the application to be started from a networking share, also makes it slower. The Bug where this was reported is #3528518
Need to check if there are any negative side-effects, wouldn't have added this without reason. git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1953 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
e153840374
commit
b21aaa24e9
2 changed files with 0 additions and 6 deletions
|
@ -4,7 +4,4 @@
|
|||
<supportedRuntime version="v4.0" sku="client"/>
|
||||
<supportedRuntime version="v2.0.50727"/>
|
||||
</startup>
|
||||
<runtime>
|
||||
<NetFx40_LegacySecurityPolicy enabled="true"/>
|
||||
</runtime>
|
||||
</configuration>
|
|
@ -4,7 +4,4 @@
|
|||
<supportedRuntime version="v4.0" sku="client"/>
|
||||
<supportedRuntime version="v2.0.50727"/>
|
||||
</startup>
|
||||
<runtime>
|
||||
<NetFx40_LegacySecurityPolicy enabled="true"/>
|
||||
</runtime>
|
||||
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue