A Docker image for LibreJS' headless compliance check
Go to file
alyx 627520b1fe
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Add CI
2022-09-15 13:04:31 -05:00
.woodpecker.yml Add CI 2022-09-15 13:04:31 -05:00
COPYING.md Abandon Hope All Ye Who Enter Here 2022-09-14 09:03:35 -05:00
Dockerfile Abandon Hope All Ye Who Enter Here 2022-09-14 09:03:35 -05:00
README.md Abandon Hope All Ye Who Enter Here 2022-09-14 09:03:35 -05:00

Running

This image is a short running container which processes the results of the LibreJS headless compliance check.

This container can be run with a URL as a parameter, e.g.:

$ docker run --rm ghcr.io/alyx/librejs:latest https://fsf.org
Screenshot saved to /tmp/screen.png
This site https://www.fsf.org/*
Whitelist Blacklist Forget Reload
No WHITELISTED scripts on this page.
ACCEPTED scripts in https://www.fsf.org/:
Show <SCRIPT> at line 1101 of https://www.fsf.org/:
Recognized license: "GNU General Public License (GPL) version 3".
Whitelist Blacklist Forget
No BLOCKED scripts on this page.
No BLACKLISTED scripts on this page.

WARNING: Early tests have shown that LibreJS' headless compliance check is not very good, and results of this check may not perfectly mirror production LibreJS installations. YMMV.