From c50a07ff9cec3ed684b8c052bbf7eceef10f2603 Mon Sep 17 00:00:00 2001 From: selyesa Date: Wed, 19 Aug 2026 12:10:35 +0200 Subject: [PATCH] Create PRIVACY.md for jQuery --- components/ILIAS/jQuery/PRIVACY.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 components/ILIAS/jQuery/PRIVACY.md diff --git a/components/ILIAS/jQuery/PRIVACY.md b/components/ILIAS/jQuery/PRIVACY.md new file mode 100644 index 000000000000..565578d80c10 --- /dev/null +++ b/components/ILIAS/jQuery/PRIVACY.md @@ -0,0 +1,28 @@ +# jQuery Privacy + +> **Disclaimer: This documentation does not guarantee completeness or accuracy. Please report any missing or incorrect information by submitting a [Pull Request](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/docs/development/contributing.md#pull-request-to-the-repositories) or, if you prefer, via the [ILIAS bug tracker](https://mantis.ilias.de). When using the bug tracker, please select the corresponding component in the **Category** field.** + + +## General Information + +The jQuery component serves as an integration layer for the jQuery JavaScript library within ILIAS. It registers `jquery/dist/jquery.js` as a public asset via the ILIAS component resource system, and provides the utility class `iljQueryUtil` to inject the jQuery script tag into global or component-specific page templates. The component contains no application logic, no user-facing interface, and no conditional behaviour tied to settings or permissions. + +## Integrated Components + +The jQuery component does not integrate any other ILIAS components that handle personal data. + +## Data being stored + +The jQuery component does not store any personal data. + +## Data being presented + +The jQuery component does not present any personal data. + +## Data being deleted + +The jQuery component does not manage or delete any personal data. + +## Data being exported + +The jQuery component does not export any personal data.