
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
META-tag and JavaScript based generic redirect views for maintaining HTTP referrers.
A simple pluggable Django application that allows maintaining internal HTTP referrers for external links by using META-tag or JavaScript based redirects for interactive user agents (e.g. graphical browers), while falling back to standard HTTP response classes (301 and 302 status codes) for non-interactive clients.
#. Add metaredirect
to your project's INSTALLED_APPS
settings.
#. Instead of using django.views.generic.simple.redirect_to
or plain
HttpResponseRedirect
/HttpResponsePermanentRedirect
response classes for
view responses, use metaredirect.views.redirect_to
.
make test
and make test-matrix
Testing in Your Application
To ensure a HTTP 200 redirect is the response for a given request, check the
presence and value of the ``X-Location`` header in the response for a browser
user-agent.
FAQs
META-tag and JavaScript based generic redirect views for maintaining HTTP referrers.
We found that django-metaredirect demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.