5 posts tagged with "other"
- otherApril 7, 2022 / 3 min read
how to create dark/light theme switcher with css
More and more websites now offer the ability to theme switcher. This article will show you how to achieve theme switcher using CSS. - otherApril 2, 2022 / 2 min read
How to build socks5 proxy service on CentOS
Today i will teach you how to install socks5 proxy service on centos? Install dependencies yum -y install gcc gcc-c++ automake make pam-devel openldap-deve - otherMarch 12, 2022 / 5 min read
Use COOP, COEP to create a more secure environment for browsers
We are already familiar with the same-origin policy, which is used to restrict resource access for sites of different origins. For details, you can poke the browser's same-origin policy, and I won't introduce it too much here. - otherMarch 12, 2022 / 4 min read
Will cookies be removed in the future
In order to better understand this problem, let's first talk about the past life of Cookie, and see what kind of problems Cookie exists to solve. Can it really be removed? - otherNovember 29, 2021 / 5 min read
Deep Dive into Json Web Tokens (JWT)
JSON Web Token (JWT) is an open standard that defines a compact and self-contained way to securely transfer information as JSON objects between parties.