sizaryy писал(а):
88469164После установки предлагает купить или перейти в пробную версию. Это лечится?
The way I fix this is editing the MacOS hosts file, blocking the DNS resolution of Adobe "Integrity Check" domains.
In Terminal:
Код:
sudo nano -e /etc/hosts
add the following lines to the file:
Код:
127.0.0.1 ic.adobe.io
127.0.0.1 0mo5a70cqa.adobe.io
(You may need to block additional *.adobe.io domains, these are just the ones that worked for me)
Then CTRL + x, and select yes to save your changes. Then flush the DNS cache using the command:
Код:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder