Remove tags redirects
article thumbnail

How To Configure Squid As An Egress Gateway

Xebia

This blog configures Squid Proxy as an egress gateway to filter web traffic. If that’s no option, likely you’re better of using a managed offering that reduces the operations efforts, but comes with a (premium) price tag. Thus, to protect the user and application network, web traffic is often filtered.

Firewall 147
article thumbnail

Meta-blogging

Erik Bernhardsson

My blog blew up twice in a week earlier this year when I landed on Hacker News. I probably could have spent a bunch of time tweaking it but it also feels philosophically wrong to run a LAMP stack in 2016 for something as simple as a blog. I ended up setting up some 301 redirects using Apache. The first pattern will redirect /?feed=xyz

Research 100
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Meta-blogging

Erik Bernhardsson

My blog blew up twice in a week earlier this year when I landed on Hacker News. I probably could have spent a bunch of time tweaking it but it also feels philosophically wrong to run a LAMP stack in 2016 for something as simple as a blog. I ended up setting up some 301 redirects using Apache. The first pattern will redirect /?feed=xyz

Research 100
article thumbnail

How to make your web application more secure by using Dynamic Application Security Testing (DAST) – PART 2 of Application Security Testing series

Xebia

Like I mentioned in the previous blog, during this blog series we are going to look at the different types of Application Security Testing and Software Composition Analysis. The vulnerable web application is the same one we used in the first blog of this series. You can download the source code here: vulnap p.

article thumbnail

The GitHub Actions Worm: Compromising GitHub Repositories Through the Actions Dependency Tree

Prisma Clud

Get an in-depth look at the attack vectors, technical details and a real-world demo in this blog post highlighting our latest research. Use of the previous repository name disables GitHub’s automatic redirection, and consumers consuming this project unknowingly consume the malicious repository. Reference a tag.

Malware 144
article thumbnail

How to Build a Real-world App: A Nuxt.js Firebase Tutorial (Part 2)

Gorilla Logic

T his is the second part of a two-part blog post that will introduce you to Nuxt.js, a higher-level framework that builds on top of Vue. In Part 1 of this tutorial, we created a simple project to consume a blog post API endpoint and then display it. The tag: <md-toolbar> must be added at the very beginning. as an action.

article thumbnail

Back To The Future: Server-Side Web Pages With Kotlin (pt. 1)

Apiumhub

As the code demonstrates, this allows the developer to “embed” HTML tags within one another in a way that is similar to actual HTML code. Named and Default Function Arguments: When declaring HTML tags within the Kotlin code, it is possible to pass in arguments to the specific tag attributes that need configuration.