How to Conditionally Set X-Frame-Options Header in Apache
This header determines if the site can be embedded in an IFRAME. The code below can be placed into...
Read MoreSelect Page
Posted by Slavi Marinov | Nov 25, 2022 | Apache
This header determines if the site can be embedded in an IFRAME. The code below can be placed into...
Read MorePosted by Slavi Marinov | Nov 24, 2022 | Docker
You may have been tempted to have the following line in the Dockerfile but it won't work because Docker Daemon manages container's /etc/hosts file. RUN .... echo "172.17.0.1 host.docker.internal" >> /etc/hosts The solution is to...
Read MorePosted by Slavi Marinov | Nov 18, 2022 | System Administration
We were upgrading a docker set up on one of the staging servers and got this weird error. Cannot start service CONTAINER_NAME: driver failed programming external connectivity on endpoint Before doing some heavy troubleshooting...
Read MorePosted by Slavi Marinov | Nov 9, 2022 | News
Yoast Bulk SEO Editor allows you to edit meta titles and descriptions but not other fields. Using Orbisius SEO Editor you can edit the Focus Keywords and much more fields in bulk for pages, posts or products. Referral Note: When...
Read MorePosted by Slavi Marinov | Nov 7, 2022 | JavaScript
As we were working on the next version of Orbisius SEO Editor WordPress plugin we noticed that the...
Read More