Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ inputs:
- name: self
description: When true, restricts the execution of scripts to those that originate from the same origin (protocol, domain, and port) as the document.
default: true
- name: https
description: When true, allows execution of scripts from https origins.
default: false
- name: http
description: When true, allows execution of scripts from http origins.
default: false