🌐 Website Issue | search bar is broken #2398
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The site's search bar is broken. It triggers a CSP violation.
Interestingly, this only seems to affect Chromium-based browsers. Firefox and Safari do not seem to be affected, maybe these include subdomains by default in their implementations.
The console reads:
Refused to send form data to 'https://search.privacytools.io/' because it violates the following Content Security Policy directive: "form-action 'self' https://search.privacytools.io".
This could probably be solved by adding the subdomain to the webserver CSP policy.