GDPR451 is a php command line script for checking the availability of websites in the EU after GDPR became law on 25 May 2018.
The script checks the websites listed in websites.csv
and saves the results to results.csv
, it also outputs the results to a table in the terminal.
A full list of websites that are or were blocked can be found at: https://data.verifiedjoseph.com/dataset/websites-not-available-eu-gdpr or https://github.com/VerifiedJoseph/data.verifiedjoseph.com/blob/master/website-blocked-gdpr.csv
--websites="FILE PATH" Use a custom websites csv file
--results="FILE PATH" Use a custom results csv file
--disable_table Disable results table creation
league/csv
league/climate
- Script only checks response headers for changes not HTML.