ó
P'—^c           @@  sY   d  d l  m Z d  d l m Z d  d l m Z m Z d e f d „  ƒ  YZ e ƒ  Z	 d S(   i    (   t   absolute_import(   t   settings(   t   default_headerst   default_methodst   Settingsc           B@  s¤   e  Z d  Z e d „  ƒ Z e d „  ƒ Z e d „  ƒ Z e d „  ƒ Z e d „  ƒ Z e d „  ƒ Z	 e d „  ƒ Z
 e d „  ƒ Z e d	 „  ƒ Z e d
 „  ƒ Z RS(   s6   
    Shadow Django's settings with a little logic
    c         C@  s   t  t d t ƒ S(   Nt   CORS_ALLOW_HEADERS(   t   getattrR   R   (   t   self(    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR      s    c         C@  s   t  t d t ƒ S(   Nt   CORS_ALLOW_METHODS(   R   R   R   (   R   (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR      s    c         C@  s   t  t d t ƒ S(   Nt   CORS_ALLOW_CREDENTIALS(   R   R   t   False(   R   (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR	      s    c         C@  s   t  t d d ƒ S(   Nt   CORS_PREFLIGHT_MAX_AGEi€Q (   R   R   (   R   (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR      s    c         C@  s   t  t d t ƒ S(   Nt   CORS_ORIGIN_ALLOW_ALL(   R   R   R
   (   R   (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR      s    c         C@  s   t  t d d ƒ S(   Nt   CORS_ORIGIN_WHITELIST(    (   R   R   (   R   (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR   !   s    c         C@  s   t  t d d ƒ S(   Nt   CORS_ORIGIN_REGEX_WHITELIST(    (   R   R   (   R   (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR   %   s    c         C@  s   t  t d d ƒ S(   Nt   CORS_EXPOSE_HEADERS(    (   R   R   (   R   (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR   )   s    c         C@  s   t  t d d ƒ S(   Nt   CORS_URLS_REGEXs   ^.*$(   R   R   (   R   (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR   -   s    c         C@  s   t  t d t ƒ S(   Nt   CORS_REPLACE_HTTPS_REFERER(   R   R   R
   (   R   (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR   1   s    (   t   __name__t
   __module__t   __doc__t   propertyR   R   R	   R   R   R   R   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyR      s   N(
   t
   __future__R    t   django.confR   t   corsheaders.defaultsR   R   t   objectR   t   conf(    (    (    s2   /tmp/pip-unpacked-wheel-smm0Wk/corsheaders/conf.pyt   <module>   s   .