Plugin yìí kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress. Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

LH HSTS

Àpèjúwe

This plugin send the proper headers for full ssl security. For more information on what this is and why it is important visit: http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security

The options are preset to enable browsers to preload the HSTS directive but can be overwritten by filters which are clearly documented in the code.

Did you find this plugin helpful? Please consider writing a review.

To update the max-age settings, add the following code to your functions.php

add_filter('lh_hsts_max_age', 'modify_ls_hsts_max_age_func');

function modify_ls_hsts_max_age_func( $max_age ){
    return false;
}
    `

To update the subdomain settings, add the following code to your functions.php

add_filter(‘lh_hsts_subdomain’, ‘modify_ls_hsts_subdomain_func’);

function modify_ls_hsts_subdomain_func( $subdomain ){
return false;
}
`

To update the preload setting, add the following code to your functions.php

add_filter('lh_hsts_preload', 'modify_ls_hsts_preload_func');

function modify_ls_hsts_preload_func( $preload ){
    return false;
}
    `

To update the redirect setting, add the following code to your functions.php

add_filter(‘lh_hsts_redirect’, ‘modify_ls_hsts_redirect_func’);

function modify_ls_hsts_redirect_func( $redirect ){
return false;
}
`

Ìgbéwọlẹ̀

  1. Upload the entire lh-hsts folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

FAQ

How do I change the behaviour of this plugin?

Through filters, all of which are commented in the code and will be documented below.

Àwọn àgbéyẹ̀wò

Ṣẹrẹ 23, 2021 4 àwọn ìdáhùn
Not only does this not work Ìtumọ̀ Yorùbá: – YOU CANNOT DISABLE OR REMOVE HSTS after this plugin! I canÌtumọ̀ Yorùbá: ’t access my website anymore, because this ‘author’ made it impossible to remove or disable hsts Ìtumọ̀ Yorùbá: – I disabled and removed the plugin, cleared cache, rebooted the server Ìtumọ̀ Yorùbá: – HSTS is still on!!!!!!
Èrèlé 21, 2019 1 ìdáhùn
It does what it says and its a simple process. I havenÌtumọ̀ Yorùbá: ’t had any issues thus far. Great job Asitha & Shaw Factor
Ẹrẹ́nà 20, 2018
Using with WordPress 4.9.4 and can verify the correct header is being set. Thanks!
Ọwẹ́wẹ̀ 26, 2017
Nice work! i was facing problem and this plugin fix this issue for me ,Thank you! “Not Authorized to View This Page [CFN #0004]”
Ọwẹ́wẹ̀ 3, 2016 1 ìdáhùn
Did not add the Strict-Transport-Security header to my site..
Ka gbogbo àwọn àgbéyẹ̀wò 6

Àwọn Olùkópa & Olùgbéejáde

“LH HSTS” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

Túmọ̀ “LH HSTS” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

1.00 Ìtumọ̀ Yorùbá: – February 28, 2016

  • Initial release

1.10 Ìtumọ̀ Yorùbá: – March 28, 2016

  • Use correct domain

1.11 Ìtumọ̀ Yorùbá: – April 02, 2017

  • Added class exists check

1.20 Ìtumọ̀ Yorùbá: – May 11, 2017

  • Just made everything look pretty and structured

1.21 Ìtumọ̀ Yorùbá: – May 24, 2017

  • Bug fix

1.22 Ìtumọ̀ Yorùbá: – January 10, 2018

  • Singleton pattern

1.23 Ìtumọ̀ Yorùbá: – March 04, 2018

  • Fixed fiulter name

1.24 Ìtumọ̀ Yorùbá: – August 19, 2018

  • get_home_url and other minor stuff

1.25 Ìtumọ̀ Yorùbá: – May 16, 2019

  • pprevent direct access to the php file, minor security, and compatibility bump