Skip to content

2.1.0

Compare
Choose a tag to compare
@samsonasik samsonasik released this 13 Jan 01:07
· 80 commits to master since this release
2.1.0
37dd5a8

Build Status Coverage Status PHPStan

Added 'allow_404' config to allow Force Https to 404 pages, can be configured as follow:

<?php

return [
    'force-https-module' => [
        'enable'                => true,
        // ... other configs
        'allow_404'             => true,
    ],
];