- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
A new 8.x-1.3 release has been created that includes this fix:
https://www.drupal.org/project/securitytxt/releases/8.x-1.3 β
Config schema and install both have variable as `contact_page_url` but form has `contact_url`
When default config is applied by securitytxt.settings.yml with value set on `contact_page_url`, it doesn't shows up
Provide default config
enabled: true
contact_email: contact@site.test
contact_phone: '0123456789'
contact_page_url: 'https://www.example.com/contact-us'
encryption_public_key_url: ''
policy_page_url: ''
acknowledgement_page_url: ''
signature_text: ''
contact_url: ''
encryption_key_url: ''
policy_url: ''
acknowledgement_url: ''
Check the form and security.txt file. Above contatc page url is not present.
Two ways to fix
- change name in form
- change name in config schema and install
I will atach patch for renaming form variables.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
A new 8.x-1.3 release has been created that includes this fix:
https://www.drupal.org/project/securitytxt/releases/8.x-1.3 β