Holger Just

Results 12 comments of Holger Just

The logs contain the following message when this occurs: ``` [flask_seasurf.py:307] WARNING - Forbidden (Referer checking failed: no referer.): /domain/example.com/apply ``` Flask-SeaSurf allows to configure [an app option](https://github.com/maxcountryman/flask-seasurf/blob/8b97bc64ad1c57a805c09006965a9dd9cff99316/flask_seasurf.py#L152) to disable...

That works indeed. Thanks for the hint! However, the initial ambiguity described here still makes it rather difficult to script age in a way that I (or rather the user...

Many other tools which accept filenames, accept those only at the end of the argument list. Then, they allow to add a separate `--` argument to mark everything following it...

Could you point me to the exact location in [RFC 7208](https://www.rfc-editor.org/rfc/rfc7208#section-4.8) where they state to implicitly fallback to (or even to prefer) `_spf.DOMAIN` for queries? From my understanding, the authors...

Conversely, in case I'm mistaken and `RubySingleThreadExecutor` is in fact not `serialized?`, its documentation should probably be amended to explain why.

That's what I saw too when checking if/how to adapt tests. On the other hand, the `serialized?` method also doesn't seem to be used that much anywhere else either. To...

A third options could also be to use separate `appcast.xml` feeds for each architecture, each pointing only to the release files in the current architecture.

Couldn't it be possible to update the `generate_appcast.py` script in the `gh-pages` branch of this repo (which generates the `appcast.xml` files on https://borgbase.github.io/vorta) to accept an additional argument for the...