cancel
Showing results for 
Search instead for 
Did you mean: 

Security Scan Tool

SOLVED

Security Scan Tool

Hi,

 

I'm getting this error when I try to add a site to the security scan.

 

Unable to verify this site. Please recheck your verification code and try again!

 

I followed the steps to add the code to the html head. Generated content, flushed en cleared cache but still no success.

 

Any suggestions?

 

Thanks in advance...

 

Roel

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Security Scan Tool

Solved it myself ;-) Added meta tag to default_head_blocks.xml

View solution in original post

2 REPLIES 2

Re: Security Scan Tool

Solved it myself ;-) Added meta tag to default_head_blocks.xml

Re: Security Scan Tool

Same thing I did, It worked for me, In admin panel it failed to add the magento security scan snippet in design->configuration->HTML Head (scripts & styles)

 

I added the meta tag in default_head_blocks.xml in Magento_Theme/view/layout/default_head_blocks.xml

 

In head tag we should add that meta tag as below shown.

 

<head>
      <meta name="p:domain_verify" content="xxxxxxxxxxxxxxxxxxxxx"/>
</head>