Skip to content

Commit

Permalink
chore: add branches.no to hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Aug 30, 2023
1 parent 75adb22 commit ce79242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const allResourceTypes = Object.values(
chrome.declarativeNetRequest.ResourceType,
);

const hosts = ['bjerk.io', 'bjerk.dev'];
const hosts = ['bjerk.io', 'bjerk.dev', 'branches.no'];

const rules: chrome.declarativeNetRequest.Rule[] = [
...hosts.map((host, i) => ({
Expand Down

0 comments on commit ce79242

Please sign in to comment.