ambanum / TOSBack-CGUs-bridge

0 stars 1 forks source link

Deploy CGUs to tosback.org #4

Open michielbdejong opened 3 years ago

michielbdejong commented 3 years ago

Through mysql, we can influence the content on https://tosback.org:

mysql> select * from notifications order by updated_at desc limit 4;
+------+-------------------------+----------------------------------+---------------------+---------------------+----------------------------------------------------------------------------------------------+
| id   | site                    | name                             | created_at          | updated_at          | diff_url                                                                                     |
+------+-------------------------+----------------------------------+---------------------+---------------------+----------------------------------------------------------------------------------------------+
| 4646 | flickr.com              | Community Guidelines             | 2020-10-03 05:59:20 | 2020-10-03 05:59:20 | https://github.com/tosdr/tosback2/commit/a17835a3c38f050c07f73207d320e0bccf7ae1b1?diff=split |
| 4647 | wikipedia.org           | Privacy Policy                   | 2020-10-03 05:59:20 | 2020-10-03 05:59:20 | https://github.com/tosdr/tosback2/commit/a17835a3c38f050c07f73207d320e0bccf7ae1b1?diff=split |
| 4645 | xfinity.com             | Residential Subscriber Agreement | 2020-10-03 05:59:19 | 2020-10-03 05:59:19 | https://github.com/tosdr/tosback2/commit/a17835a3c38f050c07f73207d320e0bccf7ae1b1?diff=split |
| 4639 | wikimediafoundation.org | Privacy Policy                   | 2020-10-02 05:56:26 | 2020-10-02 05:56:26 | https://github.com/tosdr/tosback2/commit/b38a88e9e6cc3f2576db22db5d271311ec710c77?diff=split |
+------+-------------------------+----------------------------------+---------------------+---------------------+----------------------------------------------------------------------------------------------+
4 rows in set (0.00 sec)
Screenshot 2020-10-05 at 12 39 51
michielbdejong commented 3 years ago

Steps: