-
I have installed this package in a web application that is running of Azure with Azure Storage containers.
The app is storing all files on the root of the container while it should have created a sep…
-
```r
adaR::public_suffix("http://google.de/test")
#> [1] NA
```
related to #51
Note that [psl](https://github.com/hrbrmstr/psl) also fails.
```r
psl::public_suffix("http://google.de/test")…
-
We should have some way to use the [Mozilla Public Suffix List](https://publicsuffix.org/list/) for #731.
We should update it automatically periodically (see #737), but for now I'll probably just shi…
-
Did @sleevi et al agree with expanding the scope of public suffixes?
We should probably add some warnings around these algorithms so they are not picked up by other specifications if we really want t…
-
When creating a new dedyn domain, the GUI shows this:
![image](https://user-images.githubusercontent.com/1026940/215732730-03f50097-31e6-4e1e-ac0e-66d4f904f66f.png)
This is misleading because th…
-
The [PSL formal algorithm](https://github.com/publicsuffix/list/wiki/Format#algorithm) includes the following step:
> - If no rules match, the prevailing rule is "*".
This rule means that if an …
-
Warnings are generated about the presence (or lack of presence) of \ tag in javadoc text that is inconsistent with google-java-format-1.24.0.
```
$ cat Test.java
package org.natuna.test;
/**
…
-
Right now the top-level domain and second-level domain are derived by splitting off the substring that follows the last dot.
For example, if the environment variable `CERTBOT_DOMAIN=my.blog.example…
-
This limits us to version 3.1.1 from June 25, 2019, which vendors public_suffix data from Sep 2, 2020
```
Plugin version conflict, aborting
ERROR: Installation Aborted, message: Bundler could not…
-
The documentation of the algorithm in the wiki needs some love.
The following is wrong when people use the PSL to determine if something is a valid URL/domain:
> If no rules match, the prevailin…