Changeset 10496 for trunk/src/bp-core/bp-core-avatars.php
- Timestamp:
- 02/02/2016 07:59:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-avatars.php
r10487 r10496 1937 1937 */ 1938 1938 function bp_avatar_use_webcam() { 1939 global $is_safari, $is_IE ;1939 global $is_safari, $is_IE, $is_chrome; 1940 1940 1941 1941 /** … … 1952 1952 * @see http://caniuse.com/#feat=stream 1953 1953 */ 1954 if ( $is_safari || $is_IE ) {1954 if ( $is_safari || $is_IE || ( $is_chrome && ! is_ssl() ) ) { 1955 1955 return false; 1956 1956 }
Note: See TracChangeset
for help on using the changeset viewer.