Skip to content

Instantly share code, notes, and snippets.

@costinEEST
costinEEST / .env_api_dev
Created May 2, 2022 14:47 — forked from swilgosz/.env_api_dev
Development setup for dockerized Rails API applications.
RAILS_ENV=development
POSTGRES_ADAPTER=postgresql
POSTGRES_USER=postgres
POSTGRES_DB_NAME=sample_api_dev
POSTGRES_HOST=db
DB_PASSWORD=postgres
RAILS_LOG_TO_STDOUT=true
APP_HOME=/app/api
@costinEEST
costinEEST / Bootstrap_XSS.md
Created December 14, 2019 18:49 — forked from BlackFan/Bootstrap_XSS.md
Bootstrap XSS Collection

CVE-2019-8331

Bootstrap < 3.4.1 || < 4.3.1

✔️ CSP strict-dynamic bypass

➖ Requires user interaction

➖ Requires $('[data-toggle="tooltip"]').tooltip();

$ git remote rm origin
$ git remote add origin [email protected]:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master