Skip to content

Commit

Permalink
Merge pull request #32 from Yoast/JRF/add-some-more-VIP-exclusions
Browse files Browse the repository at this point in the history
Exclude some more VIP restricted functions groups.
  • Loading branch information
moorscode authored Aug 2, 2017
2 parents c3411ea + d581cc8 commit 9a79d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yoast/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- Adjust some WP VIP rules which are very restrictive and not all that applicable as WPSEO is not on VIP -->
<rule ref="WordPress.VIP.RestrictedFunctions">
<properties>
<property name="exclude" value="user_meta,switch_to_blog,wp_remote_get,file_get_contents,curl,get_term_link,get_term_by,count_user_posts,get_pages" />
<property name="exclude" value="user_meta,switch_to_blog,wp_remote_get,file_get_contents,curl,get_term_link,get_term_by,count_user_posts,get_pages,error_log,runtime_configuration,prevent_path_disclosure,url_to_postid" />
</properties>
</rule>

Expand Down

0 comments on commit 9a79d13

Please sign in to comment.