Commit
1cc1598d1678bba595c22d92e4a074ab5641d245
Exists in
staging
and in
18 other branches
angular_poc, api-homepage, api_visitor, caching-rails4, captcha_serpro_plugin, comment_paragraph_api, comments_api_reply, environment-api, export-comment-paragraph, fix_multitenancy, fix_profile_wall, fix_string_downcase_and_upcase, fix_upload_files_on_development_environment, json_cookie_serializer, master, new_security, new_video_plugin, production
bugfix in xss permission - map in my_profile
1
| class MapsController < MyProfileController |
1
| class MapsController < MyProfileController |
2
| |
2
| |
| |
3
| + skip_before_filter :verify_authenticity_token, only: [:google_map] |
| |
4
| + |
3
| protect 'edit_profile', :profile |
5
| protect 'edit_profile', :profile |
4
| |
6
| |
5
| def edit_location |
7
| def edit_location |