{"id":17963875,"url":"https://github.com/bramstein/csp-typekit","last_synced_at":"2025-04-03T19:27:34.188Z","repository":{"id":66078429,"uuid":"11500286","full_name":"bramstein/csp-typekit","owner":"bramstein","description":"An example of how to use the Content Security Policy with Typekit","archived":false,"fork":false,"pushed_at":"2014-09-09T13:20:22.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T07:36:00.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/bramstein.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}},"created_at":"2013-07-18T10:34:22.000Z","updated_at":"2014-09-09T13:20:22.000Z","dependencies_parsed_at":"2023-02-19T22:10:25.924Z","dependency_job_id":null,"html_url":"https://github.com/bramstein/csp-typekit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramstein%2Fcsp-typekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramstein%2Fcsp-typekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramstein%2Fcsp-typekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramstein%2Fcsp-typekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bramstein","download_url":"https://codeload.github.com/bramstein/csp-typekit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247064335,"owners_count":20877584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-29T11:45:45.963Z","updated_at":"2025-04-03T19:27:34.170Z","avatar_url":"https://github.com/bramstein.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Using the Content Security Policy with Typekit\n\nThis is a simple example of how to use the Content Security Policy (CSP) with Typekit. You'll need the following security policy exceptions to get Typekit to work:\n\n    // use.typekit.net: needed for the typekit javascript\n    script-src 'self' use.typekit.net;\n\n    // 'unsafe-inline': needed for font events\n    // use.typekit.net: needed for the typekit CSS\n    style-src 'self' 'unsafe-inline' use.typekit.net;\n\n    // data://: needed for embedded base64 encoded fonts\n    // use.typekit.net: needed for externally loaded fonts\n    font-src 'self' data://* use.typekit.net;\n\n    // p.typekit.net: used for tracking font usage and paying foundries\n    img-src 'self' p.typekit.net;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramstein%2Fcsp-typekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbramstein%2Fcsp-typekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramstein%2Fcsp-typekit/lists"}