HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/django/contrib/admindocs/__pycache__/middleware.cpython-310.pyc
o

3�a��@sDddlmZddlmZddlmZddlmZGdd�de�ZdS)	�)�settings)�HttpResponse)�MiddlewareMixin�)�
get_view_namec@seZdZdZdd�ZdS)�XViewMiddlewarez9
    Add an X-View header to internal HEAD requests.
    cCsbt|d�s	Jd��|jdkr+|j�d�tjvs|jjr-|jjr/t	�}t
|�|jd<|SdSdSdS)a
        If the request method is HEAD and either the IP is internal or the
        user is a logged-in staff member, return a response with an x-view
        header indicating the view function. This is used to lookup the view
        function for an arbitrary page.
        �userz�The XView middleware requires authentication middleware to be installed. Edit your MIDDLEWARE setting to insert 'django.contrib.auth.middleware.AuthenticationMiddleware'.�HEAD�REMOTE_ADDRzX-ViewN)�hasattr�method�META�getr�INTERNAL_IPSr�	is_active�is_staffrr�headers)�self�request�	view_func�	view_args�view_kwargs�response�r�E/usr/lib/python3/dist-packages/django/contrib/admindocs/middleware.py�process_views����zXViewMiddleware.process_viewN)�__name__�
__module__�__qualname__�__doc__rrrrrrsrN)	�django.confr�django.httpr�django.utils.deprecationr�utilsrrrrrr�<module>s