Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow protocol relative URLs for the image #59

Merged
merged 1 commit into from
Dec 9, 2022
Merged

Allow protocol relative URLs for the image #59

merged 1 commit into from
Dec 9, 2022

Commits on Dec 9, 2022

  1. Allow protocol relative URLs for the image

    * Remove the imageUrl member variable, and pass the image around
      as a param as is done for other form variables etc.
    * Add 'https' to protocol-relative URLs, and also make the
      validation regex more lenient (even though there shouldn't be
      any need for it to be now the controller adds the prefix).
    
    Bug: T324740
    samwilson committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    78e773c View commit details
    Browse the repository at this point in the history