replaced incorrect semicolon with comma
This commit is contained in:
parent
a202904f7d
commit
82f668ab92
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export const CspPolicies: PolicyMap = {
|
|||
"icons.duckduckgo.com": ImageSrc, // DuckDuckGo Favicon API (Reverse Image Search)
|
||||
|
||||
// forked addition
|
||||
"*.dorkbutt.lol": ImageAndCssSrc;
|
||||
"*.dorkbutt.lol": ImageAndCssSrc,
|
||||
};
|
||||
|
||||
const findHeader = (headers: PolicyMap, headerName: Lowercase<string>) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue