trisquel-icecat/icecat/third_party/content_analysis_sdk/demo
2025-10-06 02:35:48 -06:00
..
agent.cc icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
atomic_output.h icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
client.cc icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
handler.h icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
handler_misbehaving.h icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
modes.h icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
README.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
request_queue.h icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00

Google Chrome Content Analysis Connector Agent SDK Demo

This directory holds the Google Chrome Content Analysis Connector Agent SDK Demo. It contains an example of how to use the SDK.

Build instructions are available in the main project README.md.

Demo agent permissions

On Microsoft Windows, if the demo agent is run without the --user command line argument it must have Administrator privileges in order to properly create the pipe used to communicate with the browser. The demo browser must also be run without the --user command line argument.

Otherwise the agent may run as any user, with or without Administrator privileges. The demo browser must also be run with the --user command line argument and run as the same user.