Changeset 12694 for trunk/src/bp-activity/classes/class-bp-akismet.php
- Timestamp:
- 07/29/2020 06:44:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-akismet.php
r12586 r12694 563 563 $ignore = array( 'HTTP_COOKIE', 'HTTP_COOKIE2', 'PHP_AUTH_PW' ); 564 564 565 // Loop through _SERVER args and remove whitelisted keys.565 // Loop through _SERVER args and remove specified keys. 566 566 foreach ( $_SERVER as $key => $value ) { 567 567
Note: See TracChangeset
for help on using the changeset viewer.