Hi @bicf ,
I gave a try to your component, but it failed.
To make it load
I have changed 'on afterPrepare' => ['bicf\securityheaders\components\Response','modulesInit'],
to 'on afterPrepare' => ['bicf\securityheaders\components\Response','init'],
But then it failed also with the following errors:
An Error occurred while handling another error:
Error: Using $this when not in object context in vendor/yiisoft/yii2/web/Response.php:249
Stack trace:
Is this working for you or it is just a matter of documentation?
In advance thanks for any hints.
EDIT:
Tried on Yii2 version 2.0.15.1 and 2.0.19 - Advanced Template
PHP 7.2.12
Hi @bicf , I gave a try to your component, but it failed. To make it load
But then it failed also with the following errors:
Is this working for you or it is just a matter of documentation? In advance thanks for any hints. EDIT: Tried on Yii2 version 2.0.15.1 and 2.0.19 - Advanced Template PHP 7.2.12