Disclose access to external webservices (other than the configured schemas) #103

Open
opened 2025-08-18 07:54:43 +00:00 by mih · 1 comment
mih commented 2025-08-18 07:54:43 +00:00 (Migrated from github.com)

This could be CDN-based stylesheets, javascript libraries, or fonts for the API docs, or any other online resource

This information is necessary to be able to compile an accurate privacy policy for a specific deployment, because client access to such a service will trigger access logs at third-party services.

This could be CDN-based stylesheets, javascript libraries, or fonts for the API docs, or any other online resource This information is necessary to be able to compile an accurate privacy policy for a specific deployment, because client access to such a service will trigger access logs at third-party services.
christian-monch commented 2025-09-08 11:48:05 +00:00 (Migrated from github.com)

The service itself needs to download only the files necessary for schema interpretation. These include the configured schema files as well as imported files. The libraries we use (linkml, rdflib, SQLalchemy, requests, etc) could download additional data, for example SSL-certificates or revocation lists. Whether that is the case or not has to be verified.

Stylesheets, javascript libraries, fonts etc are downloaded by the client, i.e. the browser, and must be disclosed by the browser.

The service itself needs to download only the files necessary for schema interpretation. These include the configured schema files as well as imported files. The libraries we use (linkml, rdflib, SQLalchemy, requests, etc) could download additional data, for example SSL-certificates or revocation lists. Whether that is the case or not has to be verified. Stylesheets, javascript libraries, fonts etc are downloaded by the client, i.e. the browser, and must be disclosed by the browser.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
orinoco/dump-things-server#103
No description provided.