Skip to content

setEmailObfuscation have wrong configuration id. #156

@erfan-ilyas

Description

@erfan-ilyas

setEmailObfuscation have the id of disable_security

cloudflare-php/src/Configurations/PageRulesActions.php

LINE:129

    public function setEmailObfuscation(bool $active)
    {
        $this->addConfigurationOption('disable_security', [
            'value' => $this->getBoolAsOnOrOff($active)
        ]);
    }

It should be

$this->addConfigurationOption('email_obfuscation', [

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions