Commit 38bd00b2 by Oleg Marshev

Merge pull request #3277 from edx/oleg/custom-params-fix

Do not allow user overwrite some LTI parameters using custom parameters field. BLD-989.
parents 363c38a8 c515b9cb
......@@ -191,19 +191,15 @@ class LTIModule(LTIFields, XModule):
PARAMETERS = [
"lti_message_type",
"lti_version",
"resource_link_id",
"resource_link_title",
"resource_link_description",
"user_id",
"user_image",
"roles",
"lis_person_name_given",
"lis_person_name_family",
"lis_person_name_full",
"lis_person_contact_email_primary",
"lis_person_sourcedid",
"role_scope_mentor",
"context_id",
"context_type",
"context_title",
"context_label",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment