Skip to content

Commit

Permalink
* IMPORTANT: This includes an important security fix for a third part…
Browse files Browse the repository at this point in the history
…y lib. Please update ASAP.

* Added missing us-west-1 region to Rekognition
  • Loading branch information
jawngee committed Jul 21, 2023
1 parent b9ebbd6 commit 4a6c588
Show file tree
Hide file tree
Showing 62 changed files with 5,662 additions and 1,526 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ class RekognitionDriver extends VisionDriver {
private static $validRegions = [
"us-east-1",
"us-east-2",
"us-west-2",
"us-west-1",
"us-west-2",
"eu-west-1",
"eu-west-2",
"ap-south-1",
Expand Down
2 changes: 1 addition & 1 deletion external/Freemius/assets/css/admin/common.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion external/Freemius/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
#--------------------------------------------------------------------------------

if ( ! defined( 'WP_FS__IS_HTTP_REQUEST' ) ) {
define( 'WP_FS__IS_HTTP_REQUEST', isset( $_SERVER['HTTP_HOST'] ) );
define( 'WP_FS__IS_HTTP_REQUEST', isset( $_SERVER['HTTP_HOST'] ) && isset( $_SERVER['REQUEST_METHOD'] ) );
}

if ( ! defined( 'WP_FS__IS_HTTPS' ) ) {
Expand Down
Loading

0 comments on commit 4a6c588

Please sign in to comment.