security risk assessment
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
9 changed files
with
92 additions
and
0 deletions
| ... | @@ -53,6 +53,13 @@ define( 'DB_COLLATE', '' ); | ... | @@ -53,6 +53,13 @@ define( 'DB_COLLATE', '' ); |
| 53 | define('ALLOW_UNFILTERED_UPLOADS', true); | 53 | define('ALLOW_UNFILTERED_UPLOADS', true); |
| 54 | define( 'WPCACHEHOME', __DIR__.'/wp-content/plugins/wp-super-cache/' ); | 54 | define( 'WPCACHEHOME', __DIR__.'/wp-content/plugins/wp-super-cache/' ); |
| 55 | 55 | ||
| 56 | header('X-Frame-Options: SAMEORIGIN'); | ||
| 57 | |||
| 58 | @ini_set('session.cookie_httponly', true); | ||
| 59 | @ini_set('session.cookie_secure', true); | ||
| 60 | @ini_set('session.use_only_cookies', true); | ||
| 61 | |||
| 62 | |||
| 56 | //Disable automatic updates | 63 | //Disable automatic updates |
| 57 | //Disable update notifications | 64 | //Disable update notifications |
| 58 | define( 'DISALLOW_FILE_MODS', true ); | 65 | define( 'DISALLOW_FILE_MODS', true ); | ... | ... |
5.16 KB
This diff is collapsed.
Click to expand it.
wp-content/plugins/headers-security-advanced-hsts-wp/headers-security-advanced-hsts-wp.php
0 → 100644
This diff is collapsed.
Click to expand it.
| 1 | msgid "" | ||
| 2 | msgstr "" | ||
| 3 | "Project-Id-Version: Headers Security Advanced & HSTS WP\n" | ||
| 4 | "POT-Creation-Date: 2021-11-04 20:22+0000\n" | ||
| 5 | "PO-Revision-Date: \n" | ||
| 6 | "Language-Team: \n" | ||
| 7 | "MIME-Version: 1.0\n" | ||
| 8 | "Content-Type: text/plain; charset=UTF-8\n" | ||
| 9 | "Content-Transfer-Encoding: 8bit\n" | ||
| 10 | "X-Generator: Poedit 2.4.2\n" | ||
| 11 | "X-Poedit-Basepath: .\n" | ||
| 12 | "X-Poedit-KeywordsList: _e;__\n" | ||
| 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
| 14 | "Last-Translator: \n" | ||
| 15 | "Language: it\n" | ||
| 16 | "X-Poedit-SearchPath-0: ..\n" | ||
| 17 | |||
| 18 | #: ../includes/headers-security-advanced-hsts-admin-login.php:109 | ||
| 19 | msgid "Please upgrade to the latest version of WordPress to activate" | ||
| 20 | msgstr "Effettua l’aggiornamento all’ultima versione di WordPress" | ||
| 21 | |||
| 22 | #. Plugin Name | ||
| 23 | #: ../includes/headers-security-advanced-hsts-admin-login.php:109 | ||
| 24 | #: ../includes/headers-security-advanced-hsts-admin-login.php:141 | ||
| 25 | #: ../includes/headers-security-advanced-hsts-admin-login.php:168 | ||
| 26 | msgid "Headers Security Advanced & HSTS WP" | ||
| 27 | msgstr "Headers Security Advanced & HSTS WP" | ||
| 28 | |||
| 29 | #: ../includes/headers-security-advanced-hsts-admin-login.php:142 | ||
| 30 | msgid "" | ||
| 31 | "This option allows you to set a networkwide default, which can be overridden " | ||
| 32 | "by individual sites. Simply go to to the site’s permalink settings to change " | ||
| 33 | "the url." | ||
| 34 | msgstr "" | ||
| 35 | "Questa opzione consente di impostare un valore predefinito per l’intera " | ||
| 36 | "rete, che può essere ignorato dai singoli siti. Basta andare alle " | ||
| 37 | "impostazioni permalink del sito per modificare l’URL." | ||
| 38 | |||
| 39 | #: ../includes/headers-security-advanced-hsts-admin-login.php:145 | ||
| 40 | msgid "Networkwide default" | ||
| 41 | msgstr "Predefinito per l’intera rete" | ||
| 42 | |||
| 43 | #: ../includes/headers-security-advanced-hsts-admin-login.php:175 | ||
| 44 | msgid "Login url" | ||
| 45 | msgstr "Url di accesso" | ||
| 46 | |||
| 47 | #: ../includes/headers-security-advanced-hsts-admin-login.php:183 | ||
| 48 | msgid "Redirect URL" | ||
| 49 | msgstr " | ||
| 50 | |||
| 51 | #: ../includes/headers-security-advanced-hsts-admin-login.php:226 | ||
| 52 | #, php-format | ||
| 53 | msgid "" | ||
| 54 | "To set a networkwide default, go to <a href=\"%s\">Network Settings</a>." | ||
| 55 | msgstr "" | ||
| 56 | "Per impostare una rete predefinita ampia, andate a <a href=\\”%s" | ||
| 57 | "\\”>Impostazioni di rete</a>." | ||
| 58 | |||
| 59 | #: ../includes/headers-security-advanced-hsts-admin-login.php.php:235 | ||
| 60 | msgid "Use the slug name, example: "contact-me" - DO NOT USE the full website URL. If you leave the above field empty the plugin will add a redirect to the website homepage." | ||
| 61 | msgstr "" | ||
| 62 | |||
| 63 | #: ../includes/headers-security-advanced-hsts-admin-login.php:250 | ||
| 64 | #, php-format | ||
| 65 | msgid "" | ||
| 66 | "Your login page is now here: <strong><a href=\"%1$s\">%2$s</a></strong>. " | ||
| 67 | "Bookmark this page!" | ||
| 68 | msgstr "" | ||
| 69 | "La tua pagina di accesso adesso si trova qui: <strong><a href=\\”%1$s\\”>" | ||
| 70 | "%2$s</a></strong>. Metti questa pagina nei preferiti!" | ||
| 71 | |||
| 72 | #: ../includes/headers-security-advanced-hsts-admin-login.php:256 | ||
| 73 | #: ../includes/headers-security-advanced-hsts-admin-login.php:258 | ||
| 74 | msgid "Settings" | ||
| 75 | msgstr "Impostazioni" | ||
| 76 | |||
| 77 | #: ../includes/headers-security-advanced-hsts-admin-login.php:275 | ||
| 78 | msgid "This feature is not enabled." | ||
| 79 | msgstr "Questa funzione non è abilitata." |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment