Closed (fixed)
Project:
Site verification
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2009 at 01:00 UTC
Updated:
16 Dec 2024 at 04:14 UTC
Jump to comment: Most recent
We instead of a per-engine storage record in {site_verify} we should store SVID, verification type (meta/file), associated engine (google/custom), and the data (meta tag, file name and contents, etc). In order to prevent duplicate entries, I might need to add a hash column that would store the MD5 hash of the meta tag or file name to prevent duplication.
Comments
Comment #1
dave reidOr split these into different tables, {verification_file} and {verification_meta}. :/ Hmm.
Comment #2
elc commentedThis would be achieved as a side effect of of #3008860: Use ConfigEntityType for exportable SiteVerification storage.
Comment #3
elc commentedFixed as part of #3008860: Use ConfigEntityType for exportable SiteVerification storage.
The SiteVerification content entity has validation constraints on duplicating the filename, but does still store both types in the same ConfigEntityType for simplicity of storage and handling.
Duplicate meta tag is not restricted as it is normal operation for their to be multiple of the same meta tag name.