Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    That typically is due to some sort of security (web application firewall) blocking the submission of the form. Try changing any path with ../ in it, e.g. /wp-content/themes/yourtheme/css/../images into /wp-content/themes/yourtheme/images, as this is (wrongly) considered a “directory traversal attack”. If not (ask you hoster to) check logfiles of the webserver/ security logs for reasons why this is happening?

    hope this helps,
    frank

    Thread Starter Yusup Ali

    (@fileour)

    Thank you. I will try this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Eliminate Render Blocking CSS’ is closed to new replies.