ingrammicro / puzzle-publisher

A Sketch plugin that exports Sketch artboards into clickable HTML file and publishes it on an external site.
GNU General Public License v3.0
174 stars 19 forks source link

Does the plugin make any network requests? #29

Closed endquote closed 3 years ago

endquote commented 3 years ago

I'm trying to determine if the plugin makes any analytics requests or shares any data over the network, for security reasons.

I see a bunch of PHP in server_tools, does that run in the cloud somewhere?

MaxBazarov commented 3 years ago

By default it calls only Google Analytics. You can disable it in the plugin configuration.

Снимок экрана 2021-02-26 в 20 49 38

PHP files in server_tools and comments folders can be manually installed on your server for additional features and enabled in the plugin configuration.

endquote commented 3 years ago

Thanks!