Skip to content

Commit

Permalink
Fix file references
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Jan 6, 2025
1 parent 721537b commit e5f8e4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
* @duckduckgo/content-scope-scripts-owners
- @duckduckgo/content-scope-scripts-owners

# Feature owners
injected/src/features/fingerprinting-* @duckduckgo/content-scope-scripts-owners @jonathanKingston @englehardt

injected/src/features/fingerprinting-\* @duckduckgo/content-scope-scripts-owners @jonathanKingston @englehardt
injected/src/canvas.js @duckduckgo/content-scope-scripts-owners @jonathanKingston @englehardt
injected/src/element-hiding.js @duckduckgo/content-scope-scripts-owners @jonathanKingston @dharb
injected/src/features/click-to-load.js @duckduckgo/content-scope-scripts-owners @kzar @ladamski @franfaccin @jonathanKingston @shakyShane
Expand All @@ -11,17 +12,21 @@ injected/src/features/broker-protection.js @duckduckgo/content-scope-scripts-own
injected/src/features/broker-protection/ @duckduckgo/content-scope-scripts-owners @brianhall @shakyShane

# Platform owners

Sources/ @duckduckgo/content-scope-scripts-owners @duckduckgo/apple-devs
injected/entry-points/android.js @duckduckgo/content-scope-scripts-owners @duckduckgo/android-devs
injected/entry-points/chrome-mv3.js @duckduckgo/content-scope-scripts-owners @kzar @sammacbeth
injected/entry-points/extension-mv3.js @duckduckgo/content-scope-scripts-owners @kzar @sammacbeth
injected/entry-points/chrome.js @duckduckgo/content-scope-scripts-owners @kzar @sammacbeth
injected/entry-points/windows.js @duckduckgo/content-scope-scripts-owners @duckduckgo/team-windows-development

# Test owners

injected/integration-tests/test-pages/ @duckduckgo/content-scope-scripts-owners @kdzwinel @jonathanKingston

# Special Pages

special-pages/ @duckduckgo/content-scope-scripts-owners @shakyShane @mgurgel

# Others

types-generator/ @duckduckgo/content-scope-scripts-owners @shakyShane
3 changes: 1 addition & 2 deletions typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const config = {
'injected/entry-points/android.js',
'injected/entry-points/apple.js',
'injected/entry-points/chrome.js',
'injected/entry-points/chrome-mv3.js',
'injected/entry-points/mozilla.js',
'injected/entry-points/extension-mv3.js',
'injected/entry-points/windows.js',
'injected/src/types/*.ts',
'injected/src/features/api-manipulation.js',
Expand Down

0 comments on commit e5f8e4f

Please sign in to comment.