On 2013/04/29 16:38:49, kalman wrote:
> On 2013/04/29 12:46:23, 方觉(Fang Jue) wrote:
> > By the way, should we also require admin login for cron jobs?
>
> Good point. It looks like we can either do this in the app.yaml or check for
> X-Apppengine-Cron header ourselves:
>
>
https://developers.google.com/appengine/docs/python/config/cron#Securing_URLs...
>
> The former makes more sense, either way, separate patch...
- url: /_cron/.*
script: appengine_mail.py
login: admin
before url: .* handler
will simply do it!
Issue 14125010: Docserver: Add support for viewing docs with a codereview patch applied
(Closed)
Created 7 years, 7 months ago by 方觉(Fang Jue)
Modified 7 years, 7 months ago
Reviewers: not at google - send to devlin
Base URL: https://src.chromium.org/svn/trunk/src/
Comments: 263