Re-rolled #11 against 2.7.x
Same issue as will_frank, we were missing proxy_headers and excluded_extensions from our settings file.
Re-rolled #12 against 2.4.x
Fix PHP notice with previous patch.
Updated to apply against 8.x-1.x again.
Patch attached to fix the deprecation.
This is a re-roll against the issue branch for 3286634 which provides D10 support.
Re-roll against 2.x.
Adding D10 compatibility (not fully tested yet, marking the module as D10 compatible so it can be installed via composer in CI for testing).
Closing this is prob the right call, for anyone still using this, here is re-roll of #6 against 3.0.1
Interdiff
559c559
< index 0000000..5ba1b47
---
> index 0000000..3014098
598c598
< + public function form(array $element = []) {
---
> + public function form(array $element = []): array {
Thanks for your time on this T-lo, happy to assist with testing etc.
Feng-Shui β made their first commit to this issueβs fork.
I've just made this switch, the CSP module provides a couple of missing directives that are only possible with patches at the moment. Also being able to run some in reporting and some in blocking is great. Based on the number of CSP related issues in the issue queue, I think this would be a good move.