You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compress_html=fields.Boolean('Compress HTML') # TODO: REMOVE ME IN SAAS-14
182
181
cdn_activated=fields.Boolean('Activate CDN for assets')
183
182
cdn_url=fields.Char('CDN Base URL', default='')
184
183
cdn_filters=fields.Text('CDN Filters', default=lambdas: '\n'.join(DEFAULT_CDN_FILTERS), help="URL matching those filters will be rewritten using the CDN Base URL")
0 commit comments