Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions components/ILIAS/jQuery/PRIVACY.md
Original file line number Diff line number Diff line change
@@ -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.
Loading