Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6594, comment 11


Ignore:
Timestamp:
03/25/2018 05:47:37 PM (6 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6594, comment 11

    initial v1  
    1 Decided to look at how the Akismet plugin sets its headers.  They only set the `'akismet_pro_tip'` header and that's it.
     1Decided to look at how the Akismet plugin sets its headers.  They only set the `'akismet_pro_tip'` header and that's it:
     2https://plugins.trac.wordpress.org/browser/akismet/tags/4.0.3/class.akismet.php#L187
    23
    34So that's what `01.patch` does.  Did some tests and this fixes the infinite loop problem.