Skip to content
#

Hacktoberfest

hacktoberfest logo

Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.

Here are 60,215 public repositories matching this topic...

ohmyzsh

🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

  • Updated Sep 30, 2021
  • Shell
grafana
ethirolle
ethirolle commented Sep 28, 2021

Under https://grafana.com/docs/grafana/latest/http_api/admin/#reload-provisioning-configurations:

POST /api/admin/provisioning/accesscontrol/reload

should read

POST /api/admin/provisioning/access-control/reload

I.e., there should be a hyphen in access-control.

I tested this, and confirmed that accesscontrol endpoint does not exist, while access-control does exi

scrapy
strapi
hkovacs
hkovacs commented Jun 22, 2020

Describe the bug
Using xframe ALLOW-FROM throws error in console: Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.

https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR