🌐 Website Issue | search bar is broken #2398

Open
opened 2021-07-31 14:02:32 +00:00 by freddy-m · 1 comment
freddy-m commented 2021-07-31 14:02:32 +00:00 (Migrated from github.com)

Description

The site's search bar is broken. It triggers a CSP violation.

## Description The site's search bar is broken. It triggers a CSP violation.
rad1ke commented 2021-08-10 10:09:24 +00:00 (Migrated from github.com)

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.

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.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#2398
No description provided.