{"id":15392658,"url":"https://github.com/jackdbd/http-response-headers-for-web-security","last_synced_at":"2026-03-07T21:31:46.803Z","repository":{"id":232246788,"uuid":"783418284","full_name":"jackdbd/http-response-headers-for-web-security","owner":"jackdbd","description":"Presentation on HTTP response headers for web security","archived":false,"fork":false,"pushed_at":"2024-04-13T17:32:23.000Z","size":17629,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T07:39:56.061Z","etag":null,"topics":["content-security-policy","cross-origin-embedder-policy","cross-origin-opener-policy","cross-origin-resource-policy","cross-origin-resource-sharing","hsts","security","security-headers","slidev"],"latest_commit_sha":null,"homepage":"https://http-response-headers-for-web-security.vercel.app/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackdbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-07T20:35:37.000Z","updated_at":"2024-04-15T10:43:03.744Z","dependencies_parsed_at":"2024-04-13T18:50:13.154Z","dependency_job_id":null,"html_url":"https://github.com/jackdbd/http-response-headers-for-web-security","commit_stats":null,"previous_names":["jackdbd/http-response-headers-for-web-security"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackdbd/http-response-headers-for-web-security","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fhttp-response-headers-for-web-security","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fhttp-response-headers-for-web-security/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fhttp-response-headers-for-web-security/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fhttp-response-headers-for-web-security/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackdbd","download_url":"https://codeload.github.com/jackdbd/http-response-headers-for-web-security/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fhttp-response-headers-for-web-security/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30231619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["content-security-policy","cross-origin-embedder-policy","cross-origin-opener-policy","cross-origin-resource-policy","cross-origin-resource-sharing","hsts","security","security-headers","slidev"],"created_at":"2024-10-01T15:15:36.687Z","updated_at":"2026-03-07T21:31:46.785Z","avatar_url":"https://github.com/jackdbd.png","language":"Vue","readme":"# HTTP headers for web security\n\nSlides and code for my talk on HTTP headers for web security.\n\nI gave this talk at [pisa.dev](https://pisa.dev/).\n\n- 🌐 https://http-response-headers-for-web-security.vercel.app/\n- 🗎 https://raw.githubusercontent.com/jackdbd/http-response-headers-for-web-security/main/assets/presentation.pdf\n\nIf you want to see my notes on a slide, click the [Presenter Mode](https://sli.dev/guide/presenter-mode) button or put `presenter/` just before the slide number (e.g. `\u003cHOST\u003e/presenter/5` instead of `\u003cHOST\u003e/5`).\n\n## Installation\n\nThis presentation is a Vue.js application built with [Slidev](https://sli.dev/). You can install its dependencies with the following command:\n\n```sh\nnpm install\n```\n\n## Development\n\nSlidev can hot-code reload this presentation thanks to Vite.\n\nLaunch the Vite dev server with this command:\n\n```sh\nnpm run dev\n```\n\nYou can now view the presentation on localhost:\n\n- Play mode: http://localhost:3030/1\n- [Presenter](https://sli.dev/guide/presenter-mode.html) mode: http://localhost:3030/presenter/1\n\n## Deploy\n\nThe presentation will be automatically deployed to Vercel on each `git push`.\n\n## PDF export\n\nSlidev allows [exporting the slides to a PDF](https://sli.dev/guide/exporting.html#pdf). This feature relies on [Playwright](https://playwright.dev/) and requires [playwright-chromium](https://www.npmjs.com/package/playwright-chromium) to be available.\n\n\u003e :information_source: Since I don't want to install Playwright when building on Vercel (so deployments are faster), I declare `playwright-chromium` as a dev dependency and set `npm install --omit=dev` as the Vercel `installCommand` in `vercel.json`.\n\nRun this command to export the slides to `assets/presentation.pdf`.\n\n```sh\nnpm run build:pdf:slides\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Fhttp-response-headers-for-web-security","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackdbd%2Fhttp-response-headers-for-web-security","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Fhttp-response-headers-for-web-security/lists"}