Do we need to implement CSRF protection for html forms that use google custom search? I think it is not necessary. In case if we need it how should we go about it?
Actually its not required but incase you want to implement or need to have an idea, here is what I would do.
I suggested curl request because, if you are doing it through javascript, there is not point in keeping the CSRF validation.