ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
758 stars 142 forks source link

IPRC Domain Seized Fingerprint #2388

Open arky opened 1 year ago

arky commented 1 year ago

We'll need to add the fingerprint for domain seized warning that is being shown on z-lib.

http://z-lib.org/

To Reproduce


<html>
    <head>
        <title>Domain Seized</title>
        <style>
                body{
                        background-color: #ffffff;
                }
                img {
                        margin-right: auto;
                        margin-left: auto;
                        display:block; 
                } 
        </style>
    </head>
    <body>
        <img src="/iprc_seized_banner.png">
    </body>
</html>

Expected behavior

OONI should show this website blocking as confirmed.

Screenshots

If applicable, add screenshots to help explain your problem.

System information (if applicable):

Additional context

Add any other context about the problem here.

bassosimone commented 8 months ago

This seems a bug that @hellais knows how to address!