Changeset 1722904
- Timestamp:
- 08/31/2017 08:05:38 PM (9 years ago)
- Location:
- wp-contentools/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-contentools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-contentools/trunk/readme.txt
r1713290 r1722904 49 49 == Changelog == 50 50 51 = 2.2 = 52 * Added allowed methods 53 51 54 = 2.1 = 52 55 * Fixed X-Frame-Options not showing in a few screens -
wp-contentools/trunk/wp-contentools.php
r1713290 r1722904 16 16 @header("Access-Control-Allow-Origin: *"); 17 17 @header("Access-Control-Expose-Headers: X-WP-Contentools"); 18 @header("Access-Control-Allow-Methods: HEAD, PATCH, GET, PUT, POST, DELETE, OPTIONS"); 18 19 19 20 /*Check if the .htaccess file has the http auth, if not, adds it*/
Note: See TracChangeset
for help on using the changeset viewer.