Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Feature: Document CSP directives

Open
#164 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale

Research direction

Start with the issue's MDN Content Security Policy reference and verify the listed connect-src, img-src, and font-src origins against how Authing web applications load resources. Update the documentation with the complete origins and directives needed for Authing to function, including any necessary caveats; done means the allow-list is complete and usable.

Written by the indexing model from the issue text.

Description

Description

Many web applications employ a Content Security Policy to restrict which domains or resources can be loaded. It would be nice to document what domains need to be allow-listed in order to allow Authing to work.

For example, necessary CSP directives will need to include at least the following:

  • connect-src: [youraccount].authing.cn core.authing.cn files.authing.co
  • img-src: authing-files.oss-cn-zhangjiakou.aliyuncs.com
  • font-src: at.alicdn.com

I'm not sure if the above list is complete.

Proposed solution

Documenting the full list of origins that need to be added to a web application's Content Security Policy to allow Authing to function.

Dominant language
JavaScript
Stars
34
Forks
102
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Authing/docs

All issues in Authing/docs

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.