You are here

function bundle_copy_paranoia_risky_forms in Paranoia 7

Implements paranoia_risky_forms().

On behalf of bundle_copy module.

File

./paranoia.module, line 442
Paranoia module file. Provides various extra security features.

Code

function bundle_copy_paranoia_risky_forms() {
  return array(
    'bundle_copy_import',
  );
}