• Resolved emadfathy

    (@emadfathy)


    In the edit site page, in the “Security Scan” tab if you use the fix to the issue

    /wp-content/, /wp-content/plugins/, /wp-content/themes/ and /wp-content/uploads/ directories listing has not been prevented
    After fixing this issue, an empty index.php will inserted in these directories to prevent listing.

    It just adds the following line without the opening PHP tag.

    die( '403 Forbidden' );

    I think it misses the PHP tag, or just leave it empty.

    • This topic was modified 5 years, 3 months ago by emadfathy.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘A small bug in “Security Scan” tab’ is closed to new replies.