Skip to content
View d-amend's full-sized avatar
  • Universität Siegen
  • Siegen

Highlights

  • Pro

Organizations

@FabLabSiegen
Block or Report

Block or report d-amend

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Base for Content-Security-Policy Hea... Base for Content-Security-Policy Header for nginx hosted Wordpress. Needs hostname adjustments to use
    1
    add_header Content-Security-Policy "default-src 'none'; base-uri 'self'; media-src 'self'; img-src 'self' https://s.w.org https://wordpress.org https://ps.w.org data:; font-src 'self' data:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' ; style-src 'self' 'unsafe-inline'; connect-src 'self' wss://*.selfhostname.org; form-action 'self'; frame-ancestors 'self' *.validhosttoembedthissite.org; frame-src 'self' ; upgrade-insecure-requests;" always;
    2
    
                  
  2. Make a FreeBSD Handbook docset for Dash Make a FreeBSD Handbook docset for Dash
    1
    #!/bin/bash
    2
    # thank you publicarray for the main work - this script is just a minor adaption
    3
    
                  
    4
    set -e
    5