Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop deprecated XssProtect middleware #96

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Drop deprecated XssProtect middleware

70bea77
Select commit
Loading
Failed to load commit list.
Open

Drop deprecated XssProtect middleware #96

Drop deprecated XssProtect middleware
70bea77
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 5, 2024 in 7m 17s

Build Passed

The build passed.

Details

This is a normal build for the drop_xss_protect_middleware branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python ENV OS State
2.1 3.6 DJANGO=1.11 TOXENV=py36-django111 Linux passed
2.2 3.6 DJANGO=2.2 TOXENV=py36-django22 Linux passed
2.3 3.6 DJANGO=3.0 TOXENV=py36-django30 Linux passed
2.4 3.6 DJANGO=3.0 TOXENV=docs Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "install": [
    "pip install tox",
    "pip install coveralls"
  ],
  "script": [
    "tox"
  ],
  "after_success": [
    "coveralls"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.6",
        "env": [
          {
            "DJANGO": "1.11",
            "TOXENV": "py36-django111"
          }
        ]
      },
      {
        "python": "3.6",
        "env": [
          {
            "DJANGO": "2.2",
            "TOXENV": "py36-django22"
          }
        ]
      },
      {
        "python": "3.6",
        "env": [
          {
            "DJANGO": "3.0",
            "TOXENV": "py36-django30"
          }
        ]
      },
      {
        "python": "3.6",
        "env": [
          {
            "DJANGO": "3.0",
            "TOXENV": "docs"
          }
        ]
      }
    ]
  }
}