Tobias Bengfort
Tobias Bengfort
A [Content Security Policy](https://www.w3.org/TR/CSP/) (CSP) tells browsers to restrict some features. For example, it can be used to disallow inline JavaScript. [django-csp](https://django-csp.readthedocs.io/en/latest/index.html) provides django integration. It would be nice if...
#53 adds code that is specific for embedding in meinberlin. This feature is currently in a test phase. After the test phase, there are two options: - Remove the code...
This is based on #216 to avoid merge conflicts. This branch contains two related changes: modifying Weber contrast and adding Stevens contrast. I would be happy to split this into...
The menu button for the mobile navigation is not accessible by keyboard because it is a `` instead of a ``
This replaces #998. I decided to create a new pull request because the code had changed so much in the meantime that a simple rebase was not enough. I noticed...
When I try to run tiny I get the following error: ``` DEBUG:wlroots:[render/allocator/allocator.c:98] Trying to create gbm allocator MESA-LOADER: failed to open iris: /usr/lib64/dri/iris_dri.so: cannot open shared object file: No...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
Since #60, pagination is wrapped in a `` element. This is a good thing because screen reader users can find the pagination quickly via a landmark. But it can also...