revert uploaded-media
This commit is contained in:
		
							parent
							
								
									7fb9960ccd
								
							
						
					
					
						commit
						a388d2503e
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,7 @@ def call(%{request_path: <<"/", @path, "/", file::binary>>} = conn, opts) do
 | 
			
		|||
        conn ->
 | 
			
		||||
          conn
 | 
			
		||||
      end
 | 
			
		||||
      |> merge_resp_headers([{"content-security-policy", "script-src none"}])
 | 
			
		||||
      |> merge_resp_headers([{"content-security-policy", "sandbox"}])
 | 
			
		||||
 | 
			
		||||
    config = Pleroma.Config.get(Pleroma.Upload)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								mix.exs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mix.exs
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
 | 
			
		|||
  def project do
 | 
			
		||||
    [
 | 
			
		||||
      app: :pleroma,
 | 
			
		||||
      version: version("3.9.1"),
 | 
			
		||||
      version: version("3.9.2"),
 | 
			
		||||
      elixir: "~> 1.14",
 | 
			
		||||
      elixirc_paths: elixirc_paths(Mix.env()),
 | 
			
		||||
      compilers: [:phoenix] ++ Mix.compilers(),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue