| 15:44 | <deltab> | Is there an API to access the browser's copy of the public suffix list, to save having to download (and keep updated) a separate copy? |
| 16:26 | <jgraham> | deltab: I'm pretty sure there isn't |
| 16:33 | <deltab> | thanks |
| 18:43 | <annevk> | deltab: fetch("https://publicsuffix.org/list/public_suffix_list.dat") ;-) |
| 18:43 | <annevk> | oh, no downloads allowed |
| 18:48 | <deltab> | it's easy enough to do that (there's javascript libraries to parse the file) but it seems like an unnecessary duplication of effort |
| 18:49 | <deltab> | thanks anyway |