summaryrefslogtreecommitdiffstats
path: root/src/core/common/user_script_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/common/user_script_data.h')
-rw-r--r--src/core/common/user_script_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/common/user_script_data.h b/src/core/common/user_script_data.h
index 943d61798..8d98890e3 100644
--- a/src/core/common/user_script_data.h
+++ b/src/core/common/user_script_data.h
@@ -60,6 +60,9 @@ struct UserScriptData {
bool injectForSubframes;
uint worldId;
uint64_t scriptId;
+ std::vector<std::string> globs;
+ std::vector<std::string> excludeGlobs;
+ std::vector<std::string> urlPatterns;
};
QT_BEGIN_NAMESPACE