Both pinned source directives say self.
default-src is self
The default source row is the fallback source in this tiny policy.
default-src=self
script-src is also self
The script source row is the one this lesson uses for script decisions.
script-src=self
Only self is modeled here
The table keeps the policy small: both source rows are self.
self only
Summary
The pinned policy allows only self for the sources shown here.
source rows checked