python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
__Headers in .htaccess-file to secure website__
I wish you all a good day and a nice start in the Weekend :)
I set the next Headers in htaccess-file:
# Security Headers
<IfModule mod_headers.c>
- Header set Strict-Transport-Security &q...
Reda
Votes: 0
Answers: 1
Setup X-Frame Options in a virtual directory
I have a LAMP site setup to translate the URL using mod rewrite from:
index.php?controller=items&method=show&id=4
to:
/items/show/4
I want to set X-Frame-Options: SAMEORIGIN in the root dire...
Michael Bernardo
Votes: 0
Answers: 1
How Preventing Clickjacking Attacks in Jetty Server?
I need to prevent clickjacking attacks in jetty, i tried the following code in web.xml but it doesn't work.
in web.xml
<filter>
<filter-name>HeaderFilter</filter-name>
...
nur akkaya
Votes: 0
Answers: 1
Embed a website in an iframe that is blocked by CORS policy
Let’s say I would like to embed this website in an iframe. Then my console would show me that this website is blocked by CORS policy.
If I add for example X-Frame-Bypass, the problem is still there as...

mitternachtsblau
Votes: 0
Answers: 0