-
Bug
-
Resolution: Fixed
-
Minor
-
2.9.6, 3.0.4, 4.4.5
When deleting a External Blog entry from a user profile, the GET is showing the referer address with the sesskey value of the user session. This can be seen using Chrome Developer Tools Networking.
Steps to Replicate
- Ensure that External Blogs are enabled in the system
- Go to User Profile
- Preferences > External Blogs
- Add an External Blog RSS Feed and save
- Open up Developer Tools in Chrome
- Go to Networking
- Go back to the Moodle page
- Unregister/Delete blog in Moodle
- Look at the GET transactions (specifically Javascript)
- There will be one that has a referer that looks like the following:
https://<URL>/blog/external_blogs.php?delete=2&sesskey=<sesskey>
The system should not be sending a sesskey value as part of the GET