Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 655
    • Issues 655
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 100
    • Merge requests 100
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !3879

allow https: so that flash works across instances without need for media proxy

  • Review changes

  • Download
  • Patches
  • Plain diff
Open HJ requested to merge csp-flash into develop Apr 28, 2023
  • Overview 7
  • Commits 6
  • Pipelines 7
  • Changes 2

Currently if flash file is located on some other domain flash player will error out because it can't fetch the flash file - blocked by connect-src CSP rule. This fixes it so that frontends can connect to any domain. It would also possibly allow us to fetch information about images (i.e. more accurately determine if image is a GIF or not, its resolution) without the need for media proxy. This potentially reduced overall security, however.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: csp-flash