Matthew Jorgensen
Matthew Jorgensen
Fixes #18750 > Firefox now supports Content-Security-Policy (CSP) integration with WebAssembly. A document with a CSP that restricts scripts will no longer execute WebAssembly unless the policy uses 'unsafe-eval' or...
### Steps to reproduce the problem 1. **Edit** one of your filters by adding more than one new keyword 2. Observe server error 3. Edit same filter by adding exactly...
Fixes #28
Fixes #35
Introduced by #34 (oops!), this purely cosmetic regression would cause new tags to appear in the autocomplete list until Pinboard+ refreshes the list from Pinboard.in.
I seems like it makes searching existing tags easier, but the extension shouldn't enforce a style when selecting/saving tags.
Keeps the existing `rel` attributes if they exist. Fixes #54
- Update Rubocop to a version > 1 - Also updates rubocop-jekyll to 0.12.0 - Don't inherit .rubocop.yml from jekyll (.rubocop_todo.yml is not installed with a Gem, so that file...
Add an example unit file for running a binary.
> In the CSP we are replacing the recently added `unsafe-eval` with the more strict `unsafe-wasm-eval`, as `unsafe-eval` is and was not really needed. This was initially intended in https://github.com/mastodon/mastodon/pull/18817...