Sometimes a service requires empty verification file and it is impossible to create such file with Site Verification module, because the module prints "Verification page" instead of empty verification file.
Patch follows.
| Comment | File | Size | Author |
|---|
Issue fork site_verify-1694022
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
dmitriy.trt commentedComment #1.0
cweagansCorrect module name
Comment #2
chris matthews commentedThe 6 year old patch to site_verify.module does not apply to the latest 7.x-1.x-dev and may be too old to reroll, but I went ahead and tagged the issue accordingly.
Comment #5
elc commentedRe-rolled into MR.
Comment #6
elc commentedServes up the contents of the file, epty or not, provided the engine has file_contents enabled for it. Tested it provides the empty contents and created the MR, so setting to RTBC.
Comment #8
elc commentedComment #9
elc commentedThis issue is still present in the 2.1.x branch.
Notable behaviour change for the module.
Comment #12
elc commentedphpcs issue will be fixed as part of the next issue merged.