The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Chrome::Policy::Strict - Chrome strict policy role

VERSION

version 0.230410

METHODS

set_strict_policy([$name, $type])

Apply strict policy set using Chrome policies below:

  ForceGoogleSafeSearch: true
  ForceYouTubeRestrict: 1
  SafeSitesFilterBehavior: 1

$name is policy file name (strict.json by default)

$type is "managed" by default, but may also be "recommended" as per the policy specification

AUTHOR

Elvin Aslanov <rwp.primary@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Elvin Aslanov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.