Plugin Directory

Changeset 2868754

Timestamp:
02/21/2023 01:43:20 PM (17 months ago)
Author:
nsp-code
Message:

Version: 1.9.9

Location:
wp-hide-security-enhancer
Files:
197 added
6 edited

Legend:

Unmodified
Added
Removed
  • wp-hide-security-enhancer/trunk/assets/js/wph.js

    r2826054 r2868754  
    187187            site_scan_progress_start ( nonce )
    188188                {
    189                     this.SiteScanProgress_interval =   setInterval( function() { WPH.site_scan_progres( nonce ) }, 1000);
     189                    this.SiteScanProgress_interval =   setInterval( function() { WPH.site_scan_progres( nonce ) }, 000);
    190190                }   
    191191               
     
    262262                        }, 
    263263                        error: function(errorThrown){
    264                             jQuery('#scan_overview .wph_results').append( '<p>Error while retrieving the AJAX update.</p>');
     264                            jQuery('#scan_overview .wph_results').append( '<p>Error while retrieving the AJAX update.</p>');
    265265                        }
    266266                    });
  • wp-hide-security-enhancer/trunk/compatibility/wp-rocket.php

    r2728269 r2868754  
    1616            function __construct()
    1717                {
     18
    1819                    if( !   $this->is_plugin_active() )
    1920                        return FALSE;
  • wp-hide-security-enhancer/trunk/include/admin-interfaces/security-scan/scan_item_hide_admin_url.php

    r2826054 r2868754  
    5656                           
    5757                            $_JSON_response['actions']      =   array (
    58                                                                         'fix'       =>  '<a class="button-primary" href="'. get_dashboard_url( '', 'admin.php?page=wp-hide-admin&component=wp-login-php', 'admin' ) .'">Fix</a>',
     58                                                                        'fix'       =>  '<a class="button-primary" href="'. get_dashboard_url( '', 'admin.php?page=wp-hide-admin&component=', 'admin' ) .'">Fix</a>',
    5959                                                                        'ignore'            =>  '//--post-generated--',
    6060                                                                        'restore'           =>  '//--post-generated--',
  • wp-hide-security-enhancer/trunk/modules/components/general-user-interactions.php

    r2826054 r2868754  
    218218                    $disable_developer_tools    =   $this->wph->functions->get_module_item_setting('disable_developer_tools');
    219219                   
    220                     if ( $disable_developer_tools == 'no' ||    ( isset ( $_SERVER['HTTP_USER_AGENT'] )     &&  stripos ( $_SERVER['HTTP_USER_AGENT'],"iPhone") ) )
     220                    if ( $disable_developer_tools == 'no' )
    221221                        return;
    222222                       
     
    351351                            function DevToolsIsOpen()
    352352                                {
     353
     354
     355
    353356                                    var doc_html    =   document.getElementsByTagName("html")[0];
    354357                                    doc_html.innerHTML  =   'Inspector is disabled.';
  • wp-hide-security-enhancer/trunk/readme.txt

    r2862089 r2868754  
    55Requires at least: 2.8
    66Tested up to: 6.1.1
    7 Stable tag: 1.9.7
     7Stable tag: 1.9.
    88License: GPLv2 or later
    99
     
    395395== Changelog ==
    396396
     397
     398
     399
     400
     401
     402
    397403= 1.9.7 =
    398404* New Security Headers component - Referrer-Policy.
  • wp-hide-security-enhancer/trunk/wp-hide.php

    r2862089 r2868754  
    66Author: Nsp Code
    77Author URI: http://www.nsp-code.com
    8 Version: 1.9.7
     8Version: 1.9.
    99Text Domain: wp-hide-security-enhancer
    1010Domain Path: /languages/
Note: See TracChangeset for help on using the changeset viewer.