mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 23:42:11 +02:00
Merge branch 'MDL-79750' of https://github.com/ssj365/moodle
This commit is contained in:
commit
44e6d7d9e0
@ -40,12 +40,12 @@ class config {
|
||||
public const DEFAULT_DPA_URL = 'https://blindsidenetworks.com/dpa-moodle-free-tier';
|
||||
|
||||
/** @var string the default bigbluebutton checksum algorithm */
|
||||
public const DEFAULT_CHECKSUM_ALGORITHM = 'SHA1';
|
||||
public const DEFAULT_CHECKSUM_ALGORITHM = 'SHA256';
|
||||
|
||||
/** @var array list of supported bigbluebutton checksum algorithm */
|
||||
const CHECKSUM_ALGORITHMS = [
|
||||
self::DEFAULT_CHECKSUM_ALGORITHM,
|
||||
'SHA256',
|
||||
'SHA1',
|
||||
'SHA512'
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user