Make placeholder for the generator RFC compliant - #24
Conversation
|
I think we used to automatically prefix the input with |
|
@EdOverflow Would we do it like this: if the input contains a I think that could work, but another option is to have a dropdown to the left of the text input field, screenshot below: |
|
Oh, I love the sound of having a dropdown for the |
|
|
|
While there might be better solutions, this placeholder is misleading because it isn't valid, and could be contributing to the creation of noncompliant files. I suggest we merge this PR and then follow-up with e.g. a drop down? Do you agree @EdOverflow? |
|
Sounds good to me. :) |

Based on the security.txt RFC specification (section 3.4.2), the
Contact:directive "MUST" follow RFC3986.Therefore,
Upon Googling, I believe that this placeholder may be partially responsible for invalid security.txt files which specify emails without the
mailto:scheme.This pull request has not been tested.