[PR #230] [CLOSED] Fix manifest.json not loading #816

Closed
opened 2026-02-25 20:36:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/230
Author: @shimuldn
Created: 3/20/2021
Status: Closed

Base: developHead: feature/docker-updates


📝 Commits (10+)

  • ba2da9d Change Dockerfile to LinuxServer.io base
  • 486f148 Update docker-compose file
  • ff049cf Adding 30-config
  • 0ed0714 Create run
  • 46fdcdd Update README.md
  • c2acfe0 Update 30-config
  • bde7003 Update 30-config
  • cdba752 Update Docker file fo the latest Changes
  • 9876d3a Create Dockerfile for arm64v8 architecture
  • 9ed1dee Create Dockerfile for arm32v7 architecture

📊 Changes

7 files changed (+289 additions, -22 deletions)

View changed files

📝 Dockerfile (+69 -16)
Dockerfile.aarch64 (+69 -0)
Dockerfile.armhf (+69 -0)
📝 README.md (+30 -0)
📝 docker-compose.yml (+22 -6)
root/etc/cont-init.d/30-config (+11 -0)
root/etc/services.d/whooglesearch/run (+19 -0)

📄 Description

The error on the console
Refused to load manifest from 'https://xxxxx.xxx/static/img/favicon/manifest.json' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'manifest-src' was not explicitly set, so 'default-src' is used as a fallback.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/230 **Author:** [@shimuldn](https://github.com/shimuldn) **Created:** 3/20/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feature/docker-updates` --- ### 📝 Commits (10+) - [`ba2da9d`](https://github.com/benbusby/whoogle-search/commit/ba2da9dcf981888c33c6328f841eca767a558349) Change Dockerfile to LinuxServer.io base - [`486f148`](https://github.com/benbusby/whoogle-search/commit/486f148e19880d8ac293cd72ede9649a4283b37d) Update docker-compose file - [`ff049cf`](https://github.com/benbusby/whoogle-search/commit/ff049cf2d5d78c6eb994029e686643dd4639ed4c) Adding 30-config - [`0ed0714`](https://github.com/benbusby/whoogle-search/commit/0ed071487b2b55022cb7899e54815a08db3d326a) Create run - [`46fdcdd`](https://github.com/benbusby/whoogle-search/commit/46fdcddc5ec8b315e523dc0365c490acd61eeeed) Update README.md - [`c2acfe0`](https://github.com/benbusby/whoogle-search/commit/c2acfe0479b8ed15f87d1469be594e1e6a1c30b1) Update 30-config - [`bde7003`](https://github.com/benbusby/whoogle-search/commit/bde7003584a43c9002c70a89fc43d7deb03b3788) Update 30-config - [`cdba752`](https://github.com/benbusby/whoogle-search/commit/cdba75258705a8d9edac229be5c8df4077474aa0) Update Docker file fo the latest Changes - [`9876d3a`](https://github.com/benbusby/whoogle-search/commit/9876d3ae3f1a5b100f1a73a94123eb35b0f397d1) Create Dockerfile for arm64v8 architecture - [`9ed1dee`](https://github.com/benbusby/whoogle-search/commit/9ed1dee05e5a3b6e5d3310c5adc4956fa012ae08) Create Dockerfile for arm32v7 architecture ### 📊 Changes **7 files changed** (+289 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+69 -16) ➕ `Dockerfile.aarch64` (+69 -0) ➕ `Dockerfile.armhf` (+69 -0) 📝 `README.md` (+30 -0) 📝 `docker-compose.yml` (+22 -6) ➕ `root/etc/cont-init.d/30-config` (+11 -0) ➕ `root/etc/services.d/whooglesearch/run` (+19 -0) </details> ### 📄 Description The error on the console `Refused to load manifest from 'https://xxxxx.xxx/static/img/favicon/manifest.json' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'manifest-src' was not explicitly set, so 'default-src' is used as a fallback.` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
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
starred/whoogle-search#816
No description provided.