Update PRIVACY_POLICY.md to mention macros (#13986)

* Update PRIVACY_POLICY.md to mention macros

* Address review comment
This commit is contained in:
Chris Hennes
2024-05-20 10:36:16 -05:00
committed by GitHub
parent 8adb57d75f
commit e30138e110

View File

@@ -19,6 +19,8 @@ The FreeCAD eco system includes user developed workbenches. These workbenches c
FreeCAD is meant to manipulate CAD files which may contain metadata. It is your responsibility to verify the metadata contained in your files before you share them with others. These files may contain local directory paths which could reveal user names if the user name forms part of the path - as in “C:\MrsCAD\Documents\myFreeCADFile.FCstd”.
FreeCAD can also be used to create and run macros. These are Python scripts that can perform any action that the user can perform on a system. When running a macro from an outside source, it is your responsibility to ensure you trust the author.
While running and for subsequent runs, FreeCAD uses local persistent storage for logs, configuration files, cache, thumbnails, recently accessed files and other information which may contain private data. This stays on local storage.
When reading the online version of the User Manual within FreeCAD, manual contents is requested through HTTPS connections.